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

Constructor Summary
CommonException()
           
CommonException(java.lang.String message)
           
CommonException(java.lang.String message, java.lang.Throwable cause)
           
CommonException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 int getExceptionType()
           
 java.lang.String getExtraInformation()
           
 void setExceptionType(int exceptionType)
           
 void setExtraInformation(java.lang.String extraInformation)
           
 
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
 

Constructor Detail

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

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)