IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.clientserver
Class ACLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.btt.base.DSEException
              extended by com.ibm.btt.clientserver.ACLException
All Implemented Interfaces:
java.io.Serializable

public class ACLException
extends DSEException

This exception is launch by the ACLInterface methods.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.btt.base.DSEException
critical, harmless
 
Constructor Summary
ACLException(int aRC, java.lang.String aCode, java.lang.String aMessage)
          This constructor creates a ACLException object.
 
Method Summary
 int getRC()
           
 void setRC(int aRC)
          set the reason code
 java.lang.String toString()
          Returns a string with the exceptioninformation.
 
Methods inherited from class com.ibm.btt.base.DSEException
getClassName, getCode, getMethodName, getSeverity, setClassName, setCode, setMethodName, setSeverity
 
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

ACLException

public ACLException(int aRC,
                    java.lang.String aCode,
                    java.lang.String aMessage)
This constructor creates a ACLException object.

Parameters:
aRC - int
aCode - java.lang.String
aMessage - java.lang.String
Method Detail

getRC

public int getRC()
Returns:
the reason code

setRC

public void setRC(int aRC)
set the reason code

Parameters:
aRC - the reason code

toString

public java.lang.String toString()
Returns a string with the exceptioninformation.

Overrides:
toString in class java.lang.Throwable
Returns:
java.lang.String

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009