|
|||||||||
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
com.sybase.persistence.PersistenceException
public class PersistenceException
PersistenceException is thrown when an exception occurs during database manipulation.
Constructor Summary | |
---|---|
PersistenceException()
Initializes a new instance of the PersistenceException class. |
|
PersistenceException(java.lang.String message)
Initializes a new instance of the PersistenceException class with the message to be displayed. |
|
PersistenceException(java.lang.String message,
java.lang.Throwable cause)
Initializes a new instance of the PersistenceException class with the message to be displayed and the generated inner exception specified. |
|
PersistenceException(java.lang.Throwable cause)
Initializes a new instance of the PersistenceException class with the generated inner exception specified. |
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
Returns the inner exception |
Methods inherited from class java.lang.Throwable |
---|
getMessage, printStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PersistenceException()
public PersistenceException(java.lang.String message)
public PersistenceException(java.lang.String message, java.lang.Throwable cause)
public PersistenceException(java.lang.Throwable cause)
Method Detail |
---|
public java.lang.Throwable getCause()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |