public class OrgNotInTrustException extends FaultException
arguments, errorCode, label| Constructor and Description |
|---|
OrgNotInTrustException(java.lang.Integer value)
Constructor
|
OrgNotInTrustException(java.lang.Integer value,
java.lang.Throwable cause)
Constructor
|
OrgNotInTrustException(Server server)
Constructor
|
OrgNotInTrustException(Server server,
java.lang.Throwable cause)
Constructor
|
create, getArgs, getErrorCode, getLabel, setArgs, setErrorCode, setLabelpublic OrgNotInTrustException(Server server)
server - The server not defined in trust.public OrgNotInTrustException(Server server, java.lang.Throwable cause)
server - The server not defined in trust.cause - the causepublic OrgNotInTrustException(java.lang.Integer value)
value - The org id not defined in trust.public OrgNotInTrustException(java.lang.Integer value,
java.lang.Throwable cause)
value - The org id not defined in trust.cause - the cause