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:
Serializable

public class OXGenericException
extends Exception

Class containing generic Exceptions

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

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

See Also:
Constant Field Values

GENERAL_ERROR

public static final String GENERAL_ERROR
General ERROR

See Also:
Constant Field Values

KEY_MISSING

public static final String KEY_MISSING
Key is missing

See Also:
Constant Field Values
Constructor Detail

OXGenericException

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

See Also:
NULL_EMPTY, KEY_MISSING

OXGenericException

public OXGenericException(String message,
                          Throwable cause)