|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.spmlws.spmlv2.exception.ProvisioningException
public class ProvisioningException
This a generic exception to indicate any failures in performing SPML operations
| Constructor Summary | |
|---|---|
ProvisioningException(oracle.iam.wsschema.model.spmlv2.core.ErrorCode spmlErrorCode)Constructs a ProvisioningException with a specified SPML ErrorCode |
|
ProvisioningException(oracle.iam.wsschema.model.spmlv2.core.ErrorCode spmlErrorCode, java.lang.String customErrorCode)Constructs a ProvisioningException with a specified SPML ErrorCode and custom error code |
|
ProvisioningException(oracle.iam.wsschema.model.spmlv2.core.ErrorCode spmlErrorCode, java.lang.String customErrorCode, java.lang.String errorMessage)Constructs a ProvisioningException with a specified SPML ErrorCode, custom error code and detail message |
|
| Method Summary | |
|---|---|
java.lang.String |
getErrorCode()Gets the custom error code |
oracle.iam.wsschema.model.spmlv2.core.ErrorCode |
getSpmlErrorCode()Gets the SPML ErrorCode |
void |
setErrorCode(java.lang.String customErrorCode)Sets the custom error code |
void |
setSpmlErrorCode(oracle.iam.wsschema.model.spmlv2.core.ErrorCode spmlErrorCode)Sets the SPML ErrorCode |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProvisioningException(oracle.iam.wsschema.model.spmlv2.core.ErrorCode spmlErrorCode)
ProvisioningException with a specified SPML ErrorCode
spmlErrorCode - the SPML error code
public ProvisioningException(oracle.iam.wsschema.model.spmlv2.core.ErrorCode spmlErrorCode,
java.lang.String customErrorCode)
ProvisioningException with a specified SPML ErrorCode and custom error code
spmlErrorCode - the SPML error codecustomErrorCode - the custom error code
public ProvisioningException(oracle.iam.wsschema.model.spmlv2.core.ErrorCode spmlErrorCode,
java.lang.String customErrorCode,
java.lang.String errorMessage)
ProvisioningException with a specified SPML ErrorCode, custom error code and detail message
spmlErrorCode - the SPML error codecustomErrorCode - the custom error codeerrorMessage - the detail message| Method Detail |
|---|
public java.lang.String getErrorCode()
public void setErrorCode(java.lang.String customErrorCode)
customErrorCode - the custom error codepublic oracle.iam.wsschema.model.spmlv2.core.ErrorCode getSpmlErrorCode()
ErrorCodeErrorCodepublic void setSpmlErrorCode(oracle.iam.wsschema.model.spmlv2.core.ErrorCode spmlErrorCode)
ErrorCodespmlErrorCode - the SPML ErrorCode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||