public final class AppicationObjectclassNotFoundException extends OIMServiceException implements java.lang.Cloneable
| Constructor and Description |
|---|
AppicationObjectclassNotFoundException()
Creates a new AppicationObjectclassNotFoundException object.
|
AppicationObjectclassNotFoundException(java.lang.String errorCode,
java.lang.String errorMessage,
java.io.Serializable[] errorData)
Constructs a new AppicationObjectclassNotFoundException
with the errorCode, errorMessage and errorData
|
AppicationObjectclassNotFoundException(java.lang.String errorCode,
java.lang.String errorMessage,
java.io.Serializable[] errorData,
java.lang.Throwable e)
Constructs a new AppicationObjectclassNotFoundException
with the errorCode, errorMessage,
errorData and Throwable..
|
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toStringpublic AppicationObjectclassNotFoundException()
public AppicationObjectclassNotFoundException(java.lang.String errorCode,
java.lang.String errorMessage,
java.io.Serializable[] errorData,
java.lang.Throwable e)
errorCode - - Code for the errorerrorMessage - - Message for the errorerrorData - - A Serializable array with data for the errore - - Exceptionpublic AppicationObjectclassNotFoundException(java.lang.String errorCode,
java.lang.String errorMessage,
java.io.Serializable[] errorData)
errorCode - - Code for the errorerrorMessage - - Message for the errorerrorData - - A Serializable array with data for the error