Package net.ionite.docval.server
Class DocValClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ionite.docval.server.DocValClientException
- All Implemented Interfaces:
Serializable
Exception thrown when there is an error in the ion-docval client.
- See Also:
-
Constructor Summary
ConstructorDescriptionDocValClientException
(String errorMessage) Construct the error with the given messageDocValClientException
(String errorMessage, Throwable exc) Construct the error with the given message and base error -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DocValClientException
Construct the error with the given message -
DocValClientException
Construct the error with the given message and base error
-