|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.as400.access.PersistenceException
Copyright © 2001, International Business Machines Corporation and others. All Rights Reserved.
Thrown when an error occurs accessing resources on the AS/400.
| Constructor Summary | |
PersistenceException()
Default constructor. |
|
PersistenceException(AS400Message[] messageList)
Constructs an exception based on a list of AS/400 messages. |
|
PersistenceException(AS400Message[] messageList,
java.lang.String s)
Constructs an exception based on a list of AS/400 messages and detail string. |
|
PersistenceException(java.lang.String s)
Constructs an exception with the given detail string. |
|
PersistenceException(java.lang.Throwable t)
Constructs an exception with detail provided by the given throwable. |
|
| Method Summary | |
AS400Message[] |
getMessageList()
Returns the list of associated AS/400 messages; null if not available. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PersistenceException()
public PersistenceException(AS400Message[] messageList)
messageList - com.ibm.as400.access.AS400Message[]
public PersistenceException(AS400Message[] messageList,
java.lang.String s)
messageList - com.ibm.as400.access.AS400Message[]s - java.lang.Stringpublic PersistenceException(java.lang.String s)
s - java.lang.Stringpublic PersistenceException(java.lang.Throwable t)
t - java.lang.Throwable| Method Detail |
public AS400Message[] getMessageList()
public java.lang.String toString()
toString in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||