org.equanda.client
Class EquandaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.equanda.client.EquandaException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- EquandaPersistenceException
public class EquandaException
- extends Exception
Exception indicating a problem in the use of the equanda.
- Author:
- Joachim Van der Auwera, NetRom team
- See Also:
- Serialized Form
CORE_EXCEPTIONS_CONTEXT
public static final String CORE_EXCEPTIONS_CONTEXT
- See Also:
- Constant Field Values
APPLICATION_EXCEPTIONS_CONTEXT
public static final String APPLICATION_EXCEPTIONS_CONTEXT
- See Also:
- Constant Field Values
DEFAULT_MESSAGE
public static final String DEFAULT_MESSAGE
- See Also:
- Constant Field Values
EquandaException
public EquandaException()
EquandaException
public EquandaException(Exception ex)
EquandaException
public EquandaException(int exceptionCode,
Exception ex,
String... parameters)
EquandaException
public EquandaException(int exceptionCode,
Exception ex)
EquandaException
public EquandaException(int exceptionCode,
String... parameters)
EquandaException
public EquandaException(int exceptionCode)
getInjectedParameters
public String[] getInjectedParameters()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getShortMessage
public String getShortMessage()
getExceptionCode
public int getExceptionCode()
getAppendedParameters
public String getAppendedParameters()
Copyright © 2007-2009. All Rights Reserved.