com.openexchange.admin.rmi.exceptions
Class ContextExistsException

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

public class ContextExistsException
extends Exception

Author:
choeger
See Also:
Serialized Form

Constructor Summary
ContextExistsException()
           
ContextExistsException(String message)
           
ContextExistsException(String message, Throwable cause)
           
ContextExistsException(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

ContextExistsException

public ContextExistsException()

ContextExistsException

public ContextExistsException(String message)
Parameters:
message -

ContextExistsException

public ContextExistsException(Throwable cause)
Parameters:
cause -

ContextExistsException

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