public class NotPermittedByOrgException extends FaultException
arguments, errorCode, label| Constructor and Description |
|---|
NotPermittedByOrgException(java.lang.String orgId,
java.lang.String request,
java.lang.String targetOrgId)
Constructor
|
NotPermittedByOrgException(java.lang.String orgId,
java.lang.String request,
java.lang.String targetOrgId,
java.lang.Throwable cause)
Constructor
|
create, getArgs, getErrorCode, getLabel, setArgs, setErrorCode, setLabelpublic NotPermittedByOrgException(java.lang.String orgId,
java.lang.String request,
java.lang.String targetOrgId)
orgId - Org ID.request - The property user is requesting to modify. (e.g. ChannelName)targetOrgId - The Org ID that the property exists in.public NotPermittedByOrgException(java.lang.String orgId,
java.lang.String request,
java.lang.String targetOrgId,
java.lang.Throwable cause)
orgId - Org ID.request - The property user is requesting to modify. (e.g. ChannelName)targetOrgId - The Org ID that the property exists in.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.)