com.openexchange.admin.exceptions
Class OXUtilException

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

public class OXUtilException
extends java.lang.Exception

OXUtil exception class

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

Field Summary
static java.lang.String DATABASE_EXISTS
          If database already exists
static java.lang.String NO_SUCH_DATABASE
          If database does not exist
static java.lang.String NO_SUCH_REASON
          If requested reason id does not exists
static java.lang.String NO_SUCH_SERVER
          If server does not exists
static java.lang.String NO_SUCH_STORE
          If requested store id does not exists
static java.lang.String POOL_IN_USE
          If pool is still in use
static java.lang.String REASON_EXISTS
          If requested reason already exists
static java.lang.String SERVER_EXISTS
          If server already exists
static java.lang.String SERVER_IN_USE
          If pool is still in use
static java.lang.String STORE_EXISTS
          If store already exists
static java.lang.String STORE_IN_USE
          If store is still in use
 
Constructor Summary
OXUtilException(java.lang.String s)
          OX exceptions for OXUtil
 
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

NO_SUCH_REASON

public static final java.lang.String NO_SUCH_REASON
If requested reason id does not exists

See Also:
Constant Field Values

REASON_EXISTS

public static final java.lang.String REASON_EXISTS
If requested reason already exists

See Also:
Constant Field Values

DATABASE_EXISTS

public static final java.lang.String DATABASE_EXISTS
If database already exists

See Also:
Constant Field Values

NO_SUCH_DATABASE

public static final java.lang.String NO_SUCH_DATABASE
If database does not exist

See Also:
Constant Field Values

SERVER_EXISTS

public static final java.lang.String SERVER_EXISTS
If server already exists

See Also:
Constant Field Values

NO_SUCH_SERVER

public static final java.lang.String NO_SUCH_SERVER
If server does not exists

See Also:
Constant Field Values

STORE_EXISTS

public static final java.lang.String STORE_EXISTS
If store already exists

See Also:
Constant Field Values

NO_SUCH_STORE

public static final java.lang.String NO_SUCH_STORE
If requested store id does not exists

See Also:
Constant Field Values

STORE_IN_USE

public static final java.lang.String STORE_IN_USE
If store is still in use

See Also:
Constant Field Values

POOL_IN_USE

public static final java.lang.String POOL_IN_USE
If pool is still in use

See Also:
Constant Field Values

SERVER_IN_USE

public static final java.lang.String SERVER_IN_USE
If pool is still in use

See Also:
Constant Field Values
Constructor Detail

OXUtilException

public OXUtilException(java.lang.String s)
OX exceptions for OXUtil