com.openexchange.admin.rmi.exceptions
Class OXContextException

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

public class OXContextException
extends Exception

OXContext exception class

Author:
Manuel Kraft , Sebastian Kotyrba , Carsten Hoeger
See Also:
Serialized Form

Field Summary
static String CONTEXT_DISABLED
          If context is already disabled
static String CONTEXT_EXISTS
          If context already exists
static String NO_SUCH_CONTEXT
          If requested context not exists
static String NO_SUCH_SERVER_IN_DBPOOL
          server2db_pool does not contain requested server name
 
Constructor Summary
OXContextException(String s)
          OX exceptions for context handling with various messages
OXContextException(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
 

Field Detail

CONTEXT_EXISTS

public static final String CONTEXT_EXISTS
If context already exists

See Also:
Constant Field Values

NO_SUCH_CONTEXT

public static final String NO_SUCH_CONTEXT
If requested context not exists

See Also:
Constant Field Values

CONTEXT_DISABLED

public static final String CONTEXT_DISABLED
If context is already disabled

See Also:
Constant Field Values

NO_SUCH_SERVER_IN_DBPOOL

public static final String NO_SUCH_SERVER_IN_DBPOOL
server2db_pool does not contain requested server name

See Also:
Constant Field Values
Constructor Detail

OXContextException

public OXContextException(Throwable cause)
Parameters:
cause -

OXContextException

public OXContextException(String s)
OX exceptions for context handling with various messages

See Also:
CONTEXT_EXISTS, NO_SUCH_CONTEXT