Package oracle.stellent.ridc.protocol
Class ProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.stellent.ridc.IdcClientException
oracle.stellent.ridc.protocol.ProtocolException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HttpProtocolException,SSLProtocolException
Errors in the protocol layer.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProtocolException(Throwable cause) ProtocolException(LocaleMessage message) ProtocolException(LocaleMessage message, Throwable cause) -
Method Summary
Methods inherited from class oracle.stellent.ridc.IdcClientException
getLocaleMessage, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProtocolException
public ProtocolException() -
ProtocolException
- Parameters:
message- the detail message
-
ProtocolException
- Parameters:
message- the detail messagecause- the cause
-
ProtocolException
- Parameters:
cause- the cause
-
-
Method Details
-
isIOException
public boolean isIOException()- Returns:
- true if this is an IO Exception wrapper
-