|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.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
public class IeServiceException
| Field Summary |
|---|
| Fields inherited from class com.infoengine.util.IEException |
|---|
GETMESSAGE_LINE_SEPARATOR, TOSTRING_LINE_SEPARATOR |
| Constructor Summary | |
|---|---|
IeServiceException()
Constructs an Info*Engine exception with no specified detailed message or embedded throwable object. |
|
IeServiceException(java.lang.String s)
Constructs an Info*Engine exception with a non-localizable detailed message. |
|
IeServiceException(java.lang.String rb,
java.lang.String key,
java.lang.Object[] params)
Constructs an Info*Engine exception with a localizable message. |
|
IeServiceException(java.lang.Throwable t)
Constructs an Info*Engine exception with an embedded throwable. |
|
IeServiceException(java.lang.Throwable t,
java.lang.String s)
Constructs an Info*Engine exception with an embedded Throwable object and non-localizable detailed message. |
|
IeServiceException(java.lang.Throwable t,
java.lang.String rb,
java.lang.String key,
java.lang.Object[] params)
Constructs an Info*Engine exception with a throwable and localized message. |
|
| Method Summary |
|---|
| Methods inherited from class com.infoengine.util.IEException |
|---|
getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getmessage, getMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, printStackTrace, printStackTrace, toString, toString |
| Methods inherited from class javax.servlet.jsp.JspException |
|---|
getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IeServiceException()
public IeServiceException(java.lang.String s)
s - the detailed message
public IeServiceException(java.lang.String rb,
java.lang.String key,
java.lang.Object[] params)
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.public IeServiceException(java.lang.Throwable t)
t - the throwable object
public IeServiceException(java.lang.Throwable t,
java.lang.String s)
t - the embedded Throwable. It may be null.s - the detailed message. It may be null.
public IeServiceException(java.lang.Throwable t,
java.lang.String rb,
java.lang.String key,
java.lang.Object[] params)
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||