org.apache.cayenne
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.cayenne.CayenneRuntimeException
                  extended by org.apache.cayenne.ConfigurationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DataDomainLoadException

public class ConfigurationException
extends CayenneRuntimeException

A runtime exception thrown on failures in Cayenne configuration.

See Also:
Serialized Form

Constructor Summary
ConfigurationException()
          Creates new ConfigurationException without detail message.
ConfigurationException(java.lang.String messageFormat, java.lang.Object... messageArgs)
          Constructs an exception with the specified message with an optional list of message formatting arguments.
ConfigurationException(java.lang.String messageFormat, java.lang.Throwable cause, java.lang.Object... messageArgs)
           
ConfigurationException(java.lang.Throwable cause)
          Constructs an exception wrapping another exception thrown elsewhere.
 
Method Summary
 
Methods inherited from class org.apache.cayenne.CayenneRuntimeException
getMessage, getUnlabeledMessage
 
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
 

Constructor Detail

ConfigurationException

public ConfigurationException()
Creates new ConfigurationException without detail message.


ConfigurationException

public ConfigurationException(java.lang.String messageFormat,
                              java.lang.Object... messageArgs)
Constructs an exception with the specified message with an optional list of message formatting arguments. Message formatting rules follow "String.format(..)" conventions.


ConfigurationException

public ConfigurationException(java.lang.Throwable cause)
Constructs an exception wrapping another exception thrown elsewhere.


ConfigurationException

public ConfigurationException(java.lang.String messageFormat,
                              java.lang.Throwable cause,
                              java.lang.Object... messageArgs)


Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.