Class VitamClientException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccessUnauthorizedException, AdminExternalClientException, CollectExternalClientException, CollectExternalClientInvalidRequestException, IngestInternalClientConflictException, StorageClientException, VitamClientAccessUnavailableDataFromAsyncOfferException, VitamClientIllegalAccessRequestOperationOnSyncOfferException, VitamClientInternalException, WorkerClientException

public class VitamClientException extends VitamException
Generic exception throws by any vitam java client
See Also:
  • Constructor Details

    • VitamClientException

      public VitamClientException(String message)
      Basic constructor to indicate a simple error message without stacktrace
      Parameters:
      message - message to log
    • VitamClientException

      public VitamClientException(Throwable cause)
      Constructor used to encapsulate a previously thrown exception. A generic message is used.
      Parameters:
      cause - the originating exception
    • VitamClientException

      public VitamClientException(String message, Throwable cause)
      Constructor used to encapsulate a previously thrown exception but with a custom meaningful message
      Parameters:
      message - the message to log throw threw
      cause - the originating exception