org.csapi.jr.se
Class MethodNotSupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.csapi.jr.se.CommonException
                    |
                    +--org.csapi.jr.se.MethodNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class MethodNotSupportedException
extends CommonException

Thrown when the application initiates methods that are either not according to the Service Level Agreement or not supported in the SCS

See Also:
Serialized Form

Constructor Summary
MethodNotSupportedException()
           
MethodNotSupportedException(java.lang.String message)
           
MethodNotSupportedException(java.lang.String message, java.lang.Throwable cause)
           
MethodNotSupportedException(java.lang.Throwable cause)
           
 
Methods inherited from class org.csapi.jr.se.CommonException
getCause, getExceptionType, getExtraInformation, setExceptionType, setExtraInformation
 
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

MethodNotSupportedException

public MethodNotSupportedException()

MethodNotSupportedException

public MethodNotSupportedException(java.lang.String message)

MethodNotSupportedException

public MethodNotSupportedException(java.lang.String message,
                                   java.lang.Throwable cause)

MethodNotSupportedException

public MethodNotSupportedException(java.lang.Throwable cause)