Class BBLWebClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.conical.common.bbl.exception.BBLRuntimeException
org.conical.common.bbl.web.client.BBLWebClientException
- All Implemented Interfaces:
Serializable
This is a runtime exception meant for use by web service client applications.
- Author:
- rdoherty
- See Also:
-
Constructor Summary
ConstructorDescriptionBBLWebClientException
(Exception cause) BBLWebClientException
(String message) BBLWebClientException
(String message, Exception cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BBLWebClientException
-
BBLWebClientException
-
BBLWebClientException
-