Class ApplicationInstanceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.provisioning.exception.ApplicationInstanceNotFoundException
- All Implemented Interfaces:
Serializable
,Cloneable
public final class ApplicationInstanceNotFoundException
extends OIMServiceException
implements Cloneable
- Since:
- release specific (what release of product did this appear in)
- Version:
- $Header: iam/iam-product/features/provisioning/src/main/oracle/iam/provisioning/exception/ApplicationInstanceNotFoundException.java /main/6 2012/05/04 17:42:53 divyvenk Exp $
- Author:
- apitre
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new ApplicationInstanceNotFoundException object.ApplicationInstanceNotFoundException
(String errorCode, String errorMessage, Serializable[] errorData) Constructs a new ApplicationInstanceNotFoundException with the errorCode, errorMessage and errorDataApplicationInstanceNotFoundException
(String errorCode, String errorMessage, Serializable[] errorData, Throwable e) Constructs a new ApplicationInstanceNotFoundException with the errorCode, errorMessage, errorData and Throwable.. -
Method Summary
Methods inherited from class oracle.iam.exception.OIMServiceException
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ApplicationInstanceNotFoundException
public ApplicationInstanceNotFoundException()Creates a new ApplicationInstanceNotFoundException object. -
ApplicationInstanceNotFoundException
public ApplicationInstanceNotFoundException(String errorCode, String errorMessage, Serializable[] errorData, Throwable e) Constructs a new ApplicationInstanceNotFoundException with the errorCode, errorMessage, errorData and Throwable..- Parameters:
errorCode
- - Code for the errorerrorMessage
- - Message for the errorerrorData
- - A Serializable array with data for the errore
- - Exception
-
ApplicationInstanceNotFoundException
public ApplicationInstanceNotFoundException(String errorCode, String errorMessage, Serializable[] errorData) Constructs a new ApplicationInstanceNotFoundException with the errorCode, errorMessage and errorData- Parameters:
errorCode
- - Code for the errorerrorMessage
- - Message for the errorerrorData
- - A Serializable array with data for the error
-