Class VitamClientInternalException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CollectInternalClientInvalidRequestException, CollectInternalClientNotFoundException

public class VitamClientInternalException extends VitamClientException
Internal exception throws by any vitam java client when unknown issue occurs
See Also:
  • Constructor Details

    • VitamClientInternalException

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

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

      public VitamClientInternalException(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