com.ibm.jtopenlite.database
Class DatabaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.ibm.jtopenlite.DataStreamException
                  extended by com.ibm.jtopenlite.database.DatabaseException
All Implemented Interfaces:
Serializable

public class DatabaseException
extends DataStreamException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.jtopenlite.DataStreamException
BAD_LENGTH, BAD_REPLY, BAD_RETURN_CODE, ERROR_MESSAGE
 
Method Summary
 int getReturnCode()
           
 int getReturnCodeClass()
           
 String getReturnCodeString()
           
static String getReturnCodeString(int rcClass, int returnCode)
           
 String toString()
           
 
Methods inherited from class com.ibm.jtopenlite.DataStreamException
addMessage, badLength, badReply, badReturnCode, errorMessage, getDataStreamName, getErrorMessage, getErrorMessages, getType, getValue
 
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
 

Method Detail

getReturnCode

public int getReturnCode()

getReturnCodeClass

public int getReturnCodeClass()

getReturnCodeString

public static String getReturnCodeString(int rcClass,
                                         int returnCode)

getReturnCodeString

public String getReturnCodeString()

toString

public String toString()
Overrides:
toString in class Throwable