|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.btt.base.DSEException
com.ibm.btt.clientserver.ACLException
This exception is launch by the ACLInterface methods.
Field Summary |
---|
Fields inherited from class com.ibm.btt.base.DSEException |
---|
critical, harmless |
Fields inherited from class java.lang.Exception |
---|
|
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)
|
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 |
public ACLException(int aRC, java.lang.String aCode, java.lang.String aMessage)
aRC
- intaCode
- java.lang.StringaMessage
- java.lang.StringMethod Detail |
public int getRC()
public void setRC(int aRC)
public java.lang.String toString()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |