public class DIRuntimeException extends RuntimeException
Constructor and Description |
---|
DIRuntimeException()
Creates new
ConfigurationException without 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, toString
public DIRuntimeException()
ConfigurationException
without detail message.public DIRuntimeException(String messageFormat, Object... messageArgs)
public DIRuntimeException(Throwable cause)
Copyright © 2001–2019 Apache Cayenne. All rights reserved.