public class ConfigurationException extends CayenneRuntimeException
| Constructor and Description | 
|---|
| ConfigurationException()Creates new  ConfigurationExceptionwithout detail message. | 
| ConfigurationException(String messageFormat,
                      Object... messageArgs)Constructs an exception with the specified message with an optional list
 of message formatting arguments. | 
| ConfigurationException(String messageFormat,
                      Throwable cause,
                      Object... messageArgs) | 
| ConfigurationException(Throwable cause)Constructs an exception wrapping another exception thrown elsewhere. | 
getMessage, getUnlabeledMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigurationException()
ConfigurationException without detail message.public ConfigurationException(String messageFormat, Object... messageArgs)
public ConfigurationException(Throwable cause)
Copyright © 2001–2023 Apache Cayenne. All rights reserved.