com.openexchange.admin.rmi.exceptions
Class NoSuchContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.openexchange.admin.rmi.exceptions.NoSuchContextException
All Implemented Interfaces:
Serializable

public class NoSuchContextException
extends Exception

Is thrown when user want to do an action in a context which doesn't exists in the system.

Author:
cutmasta
See Also:
Serialized Form

Constructor Summary
NoSuchContextException()
           
NoSuchContextException(String message)
           
NoSuchContextException(String message, Throwable cause)
           
NoSuchContextException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

NoSuchContextException

public NoSuchContextException()

NoSuchContextException

public NoSuchContextException(String message)
Parameters:
message -

NoSuchContextException

public NoSuchContextException(Throwable cause)
Parameters:
cause -

NoSuchContextException

public NoSuchContextException(String message,
                              Throwable cause)
Parameters:
message -
cause -