org.apache.cayenne
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cayenne.CayenneRuntimeException
org.apache.cayenne.ConfigurationException
- All Implemented Interfaces:
- java.io.Serializable
public class ConfigurationException
- extends CayenneRuntimeException
A runtime exception thrown on failures in Cayenne configuration.
- Author:
- Andrei Adamchik
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConfigurationException
public ConfigurationException()
- Creates new
ConfigurationException
without detail message.
ConfigurationException
public ConfigurationException(java.lang.String message)
- Constructs an
ConfigurationException
with the specified detail
message.
- Parameters:
message
- the detail message.
ConfigurationException
public ConfigurationException(java.lang.Throwable cause)
- Constructs an
ConfigurationException
that wraps
exception
thrown elsewhere.
ConfigurationException
public ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2001-2006 Apache.org All Rights Reserved.