public class NoSuchOrgException extends FaultException
arguments, errorCode, label| Constructor and Description |
|---|
NoSuchOrgException(java.lang.String orgId)
Constructor
|
NoSuchOrgException(java.lang.String orgId,
java.lang.Throwable cause)
Constructor
|
create, getArgs, getErrorCode, getLabel, setArgs, setErrorCode, setLabelpublic NoSuchOrgException(java.lang.String orgId)
orgId - Org ID.public NoSuchOrgException(java.lang.String orgId,
java.lang.Throwable cause)
orgId - Org ID.cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is permitted, and indicates
that the cause is nonexistent or unknown.)