Class GenericAppInstanceServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.provisioning.exception.GenericAppInstanceServiceException
- All Implemented Interfaces:
- Serializable,- Cloneable
public final class GenericAppInstanceServiceException
extends OIMServiceException
implements Cloneable
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionGenericAppInstanceServiceException(String isMessage) Constructs a new GenericAppInstanceServiceException with the specified detail message.GenericAppInstanceServiceException(String errorCode, String errorMessage, Serializable[] errorData) Constructs a new GenericAppInstanceServiceException with the errorCode, errorMessage and errorDataGenericAppInstanceServiceException(String errorCode, String errorMessage, Serializable[] errorData, Throwable e) Constructs a new GenericAppInstanceServiceException with the errorCode, errorMessage, errorData and Throwable.Constructs a new super exception with the specified cause.
- 
Method SummaryMethods inherited from class oracle.iam.exception.OIMServiceExceptionaddError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toStringMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
- 
Field Details- 
isMessageThe detailed message. The detailed message is saved for later retrieval by the Throwable.getMessage() method.
 
- 
- 
Constructor Details- 
GenericAppInstanceServiceExceptionConstructs a new GenericAppInstanceServiceException with the specified detail message.- Parameters:
- isMessage- The detailed message. The detailed message is saved for later retrieval by the Throwable.getMessage() method.
 
- 
GenericAppInstanceServiceExceptionpublic GenericAppInstanceServiceException(String errorCode, String errorMessage, Serializable[] errorData) Constructs a new GenericAppInstanceServiceException with the errorCode, errorMessage and errorData- Parameters:
- errorCode- - Code for the error
- errorMessage- - Message for the error
- errorData- - A Serializable array with data for the error
 
- 
GenericAppInstanceServiceExceptionpublic GenericAppInstanceServiceException(String errorCode, String errorMessage, Serializable[] errorData, Throwable e) Constructs a new GenericAppInstanceServiceException with the errorCode, errorMessage, errorData and Throwable.- Parameters:
- errorCode- - Code for the error
- errorMessage- - Message for the error
- errorData- - A Serializable array with data for the error
- e- - Exception
 
- 
GenericAppInstanceServiceExceptionConstructs a new super exception with the specified cause.- Parameters:
- cause- the cause
 
 
-