|
|||||||||
| 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.org.OrganizationServicesException
public class OrganizationServicesException
Base class of the hierarchy for organization services exceptions.
Supported API: true
Extendable: false
| Constructor Summary | |
|---|---|
OrganizationServicesException()
No arg constructor. |
|
OrganizationServicesException(Exception e)
Constructs exception with a nested exception. |
|
OrganizationServicesException(Exception e,
String msg)
Constructs exception with a nested exception and non-localizable message. |
|
OrganizationServicesException(Exception e,
String rb,
String key,
Object[] params)
Constructs exception with a nested exception and localizable message. |
|
OrganizationServicesException(String message)
Constructs exception given non-localizable message. |
|
| Method Summary |
|---|
| 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 |
| Constructor Detail |
|---|
public OrganizationServicesException()
public OrganizationServicesException(String message)
message - public OrganizationServicesException(Exception e)
e -
public OrganizationServicesException(Exception e,
String msg)
e - msg -
public OrganizationServicesException(Exception e,
String rb,
String key,
Object[] params)
e - rb - key - params -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||