Package org.apache.cayenne
Class CayenneException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.cayenne.CayenneException
- All Implemented Interfaces:
Serializable
Deprecated.
A generic checked exception that may be thrown by Cayenne framework. All checked
exceptions in Cayenne inherit from this class.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.Creates newCayenneException
without detail message.CayenneException
(String messageFormat, Object... messageArgs) Deprecated.Constructs anCayenneException
with the specified detail message.CayenneException
(String messageFormat, Throwable cause, Object... messageArgs) Deprecated.CayenneException
(Throwable cause) Deprecated.Constructs anCayenneException
that wraps acause
thrown elsewhere. -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Deprecated.since 4.1 useCayenneRuntimeException.getExceptionLabel()
Deprecated.Deprecated.Returns exception message without Cayenne version label.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CayenneException
public CayenneException()Deprecated.Creates newCayenneException
without detail message. -
CayenneException
Deprecated.Constructs anCayenneException
with the specified detail message.- Parameters:
messageFormat
- the detail message format string.
-
CayenneException
Deprecated.Constructs anCayenneException
that wraps acause
thrown elsewhere. -
CayenneException
Deprecated.
-
-
Method Details
-
getExceptionLabel
Deprecated.since 4.1 useCayenneRuntimeException.getExceptionLabel()
-
getUnlabeledMessage
Deprecated.Returns exception message without Cayenne version label.- Since:
- 1.1
-
getMessage
Deprecated.- Overrides:
getMessage
in classThrowable
-
CayenneRuntimeException
instead