Package oracle.stellent.ridc
Class IdcClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.stellent.ridc.IdcClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigurationException,IdcFilterException,ProtocolException,ServiceException
Base exception for all IDC client errors
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdcClientException(String message) IdcClientException(String message, Throwable cause) IdcClientException(Throwable cause) IdcClientException(LocaleMessage message) IdcClientException(LocaleMessage message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IdcClientException
public IdcClientException() -
IdcClientException
- Parameters:
message- the detail message.
-
IdcClientException
- Parameters:
message- the detail messagecause- the cause
-
IdcClientException
- Parameters:
cause- the cause
-
IdcClientException
- Parameters:
message- the detail message.
-
IdcClientException
- Parameters:
message- the detail messagecause- the cause
-
-
Method Details
-
getLocaleMessage
-
getMessage
- Overrides:
getMessagein classThrowable
-