|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openwms.core.integration.exception.DataException
public class DataException
A DataException is a general type of DAO exception.
Superclass of exceptions thrown in the persistence integration layer regarding data access errors.
Constructor Summary | |
---|---|
DataException()
Create a new DataException . |
|
DataException(String message)
Create a new DataException with a message text. |
|
DataException(String message,
Throwable cause)
Create a new DataException with a message text and the root
exception. |
|
DataException(Throwable cause)
Create a new DataException with the root exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 |
---|
public DataException()
DataException
.
public DataException(String message)
DataException
with a message text.
message
- Message text as Stringpublic DataException(Throwable cause)
DataException
with the root exception.
cause
- The root exceptionpublic DataException(String message, Throwable cause)
DataException
with a message text and the root
exception.
message
- Message text as Stringcause
- The root exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |