Class UnauthorizedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnauthorizedException
    extends AppException
    Thrown when the required operation is not authorized.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnauthorizedException​(java.lang.String message, java.lang.Throwable cause, java.lang.String httpBody)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnauthorizedException

        public UnauthorizedException​(@Nullable
                                     java.lang.String message,
                                     @Nullable
                                     java.lang.Throwable cause,
                                     @Nullable
                                     java.lang.String httpBody)