|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.lifecycle.LifeCycleException
Provides an abstraction of an abnormal occurrence or error in the usage
or processing of the LifeCycleService.
Supported API: false
Extendable: false
WTException
,
Serialized FormField Summary | |
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
Fields inherited from class wt.util.WTException |
GETMESSAGE_LINE_SEPARATOR, LINE_SEPARATOR, SPACE_SEPARATOR, TOSTRING_LINE_SEPARATOR |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
LifeCycleException()
Constructs a new exception. |
|
LifeCycleException(Exception e)
Constructs a new exception using an Exception. |
|
LifeCycleException(Exception e,
String s)
Constructs a new exception from a nested exception and a string. |
|
LifeCycleException(Exception e,
String rb,
String key,
Object[] params)
Constructs a new exception with a nested exception from a resource bundle, it's key and an array of objects for insertion into the keyed resource bundles' message. |
|
LifeCycleException(String s)
Constructs a new exception using a String. |
|
LifeCycleException(String rb,
String key,
Object[] params)
Constructs a new exception from a resource bundle, it's key, and an array of objects for insertion into the keyed resource bundle's message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
Constructor Detail |
public LifeCycleException()
public LifeCycleException(String s)
s
- a string used to create the LifeCycleExceptionpublic LifeCycleException(Exception e)
e
- an exception used to create the LifeCycleExceptionpublic LifeCycleException(String rb, String key, Object[] params)
rb
- name of the resource bundle used to create the LifeCycleExceptionkey
- name of the resource bundle's key used to create the LifeCycleExceptionparams
- array of objects for insertion into the keyed resource bundle's messagepublic LifeCycleException(Exception e, String s)
e
- a nested exception used to create the LifeCycleExceptions
- a string used to create the LifeCycleExceptionpublic LifeCycleException(Exception e, String rb, String key, Object[] params)
e
- an exception used to create the LifeCycleExceptionrb
- name of the resource bundle used to create the LifeCycleExceptionkey
- name of the resource bundle's key used to create the LifeCycleExceptionparams
- array of objects for insertion into the keyed resource bundle's LifeCycleException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |