com.ibm.able.data
Class AbleDataException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.rmi.RemoteException
|
+--com.ibm.able.AbleException
|
+--com.ibm.able.data.AbleDataException
- All Implemented Interfaces:
- java.io.Serializable
- public class AbleDataException
- extends AbleException
This class defines an exception for reporting data related errors.
- See Also:
- Serialized Form
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. |
Method Summary |
static java.lang.String |
Copyright()
Determine the copyright of this class. |
Methods inherited from class java.rmi.RemoteException |
getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AbleDataException
public AbleDataException(java.lang.String theMessage)
- Create a new Able data exception.
- Parameters:
theMessage
- A string describing the error.
AbleDataException
public AbleDataException()
- Create a new Able data exception.
AbleDataException
public AbleDataException(java.lang.String theErrorMessage,
java.lang.Throwable theException)
- Create a new exception.
- Parameters:
theErrorMessage
- theException
-
Copyright
public static java.lang.String Copyright()
- Determine the copyright of this class.
- Returns:
- A String containing this class's copyright statement.
(C) Copyright IBM Corporation 1999, 2003