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