Class DocValClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ionite.docval.server.DocValClientException
All Implemented Interfaces:
Serializable

public class DocValClientException extends Exception
Exception thrown when there is an error in the ion-docval client.
See Also:
  • Constructor Details

    • DocValClientException

      public DocValClientException(String errorMessage)
      Construct the error with the given message
    • DocValClientException

      public DocValClientException(String errorMessage, Throwable exc)
      Construct the error with the given message and base error