Class AccessUnauthorizedException

All Implemented Interfaces:
Serializable

public class AccessUnauthorizedException extends VitamClientException
Exception used when contract does not give access to the Vitam
See Also:
  • Constructor Details

    • AccessUnauthorizedException

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

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

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