ABLE 2.0.0 07/02/2003 10:25:01

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 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.
 
Method Summary
static java.lang.String Copyright()
          Determine the copyright of this class.
 
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
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
 

Constructor Detail

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 -  
Method Detail

Copyright

public static java.lang.String Copyright()
Determine the copyright of this class.
Returns:
A String containing this class's copyright statement.

ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003