com.infoengine.SAK
Class IeServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
com.infoengine.util.IEException
com.infoengine.exception.fatal.IEFatalException
com.infoengine.exception.fatal.IEFatalServiceException
com.infoengine.SAK.IeServiceException
- All Implemented Interfaces:
- LocalizableMessage, Serializable
- public class IeServiceException
- extends IEFatalServiceException
- See Also:
- Serialized Form
Fields inherited from class javax.servlet.jsp.JspException |
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class com.infoengine.util.IEException |
getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getmessage, getMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString |
Methods inherited from class javax.servlet.jsp.JspException |
getRootCause |
IeServiceException
public IeServiceException()
- Constructs an Info*Engine exception with no specified
detailed message or embedded throwable object.
IeServiceException
public IeServiceException(String s)
- Constructs an Info*Engine exception with a non-localizable detailed
message.
- Parameters:
s
- the detailed message
IeServiceException
public IeServiceException(String rb,
String key,
Object[] params)
- Constructs an Info*Engine exception with a localizable message.
- Parameters:
rb
- name of the base resource bundlekey
- the key associated with the resource bundle messageparams
- an optional set of objects to be formatted into
the localizable message text.
IeServiceException
public IeServiceException(Throwable t)
- Constructs an Info*Engine exception with an embedded throwable.
- Parameters:
t
- the throwable object
IeServiceException
public IeServiceException(Throwable t,
String s)
- Constructs an Info*Engine exception with an embedded Throwable object
and non-localizable detailed message.
- Parameters:
t
- the embedded Throwable. It may be null.s
- the detailed message. It may be null.
IeServiceException
public IeServiceException(Throwable t,
String rb,
String key,
Object[] params)
- Constructs an Info*Engine exception with a throwable and localized
message.
- Parameters:
t
- the throwable objectrb
- name of the base resource bundlekey
- the key associated with the resource bundle messageparams
- an optional set of objects to be formatted into
the localizable message text.