org.csapi.jr.se
Class CommonException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.csapi.jr.se.CommonException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ApplicationNotActivatedException, InformationNotAvailableException, InvalidStateException, MethodNotSupportedException, NoCallbackAddressSetException, ResourcesUnavailableException, TaskCancelledException, TaskRefusedException, UnauthorisedParameterValueException
- public class CommonException
- extends java.lang.Exception
The exception class which associated exceptions inherit from
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CommonException
public CommonException()
CommonException
public CommonException(java.lang.String message)
CommonException
public CommonException(java.lang.String message,
java.lang.Throwable cause)
CommonException
public CommonException(java.lang.Throwable cause)
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause
in class java.lang.Throwable
getExceptionType
public int getExceptionType()
setExceptionType
public void setExceptionType(int exceptionType)
getExtraInformation
public java.lang.String getExtraInformation()
setExtraInformation
public void setExtraInformation(java.lang.String extraInformation)