org.jaffa.exceptions
Class MiddlewareException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jaffa.exceptions.CustomException
org.jaffa.exceptions.FrameworkException
org.jaffa.exceptions.MiddlewareException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CreateServiceException
- public abstract class MiddlewareException
- extends FrameworkException
This is the base exception for all the middleware related exceptions.
- See Also:
- Serialized Form
MiddlewareException
protected MiddlewareException(String errorCode)
- Creates an exception with the errorCode.
- Parameters:
errorCode - the errorCode
MiddlewareException
protected MiddlewareException(String errorCode,
Object[] arguments)
- Creates an exception with the errorCode and a cause.
- Parameters:
errorCode - the errorCode.arguments - the arguments, if any, that need to be merged into the error message from the resource bundle.
MiddlewareException
protected MiddlewareException(String errorCode,
Object[] arguments,
Throwable cause)
- Creates an exception with the errorCode and a cause.
- Parameters:
errorCode - the errorCode.arguments - the arguments, if any, that need to be merged into the error message from the resource bundle.cause - the cause.
Copyright © 2002-2004 JAFFA Project.