com.openexchange.admin.exceptions
Class OXGenericException

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

public class OXGenericException
extends java.lang.Exception

Class containing generic Exceptions

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

Field Summary
static java.lang.String GENERAL_ERROR
          General ERROR
static java.lang.String KEY_MISSING
          Key is missing
static java.lang.String NULL_EMPTY
          Value is null or empty
 
Constructor Summary
OXGenericException(java.lang.String s)
          OX generic exceptions with various messages
OXGenericException(java.lang.String message, java.lang.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

NULL_EMPTY

public static final java.lang.String NULL_EMPTY
Value is null or empty

See Also:
Constant Field Values

GENERAL_ERROR

public static final java.lang.String GENERAL_ERROR
General ERROR

See Also:
Constant Field Values

KEY_MISSING

public static final java.lang.String KEY_MISSING
Key is missing

See Also:
Constant Field Values
Constructor Detail

OXGenericException

public OXGenericException(java.lang.String s)
OX generic exceptions with various messages

See Also:
NULL_EMPTY, KEY_MISSING

OXGenericException

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