|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| 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.io.IOException
java.rmi.RemoteException
com.ibm.able.AbleException
com.ibm.able.data.AbleDataException
This class defines an exception for reporting data related errors.
| Field Summary |
|---|
| Fields inherited from class com.ibm.able.AbleException |
|---|
myMessageContainer, object, severity |
| Fields inherited from class java.rmi.RemoteException |
|---|
detail |
| Constructor Summary | |
|---|---|
AbleDataException()
Create a new Able data exception. |
|
AbleDataException(java.lang.String theMessage)
Create a new Able data exception. |
|
AbleDataException(java.lang.String theErrorMessage,
java.lang.Throwable theException)
Create a new exception. |
|
| Methods inherited from class com.ibm.able.AbleException |
|---|
getExceptionBeans, getExceptions, getLocalizedMessage, getMessageContainer, getObject, getSeverity, hasMessageContainer, setObject, setSeverity, toString |
| Methods inherited from class java.rmi.RemoteException |
|---|
getCause, getMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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 AbleDataException(java.lang.String theMessage)
theMessage - A string describing the error.
public AbleDataException()
public AbleDataException(java.lang.String theErrorMessage,
java.lang.Throwable theException)
theErrorMessage - theException -
|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||