Class ForbiddenException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ForbiddenException
    extends AppException
    Thrown when required operation is forbidden.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ForbiddenException​(java.lang.String message, java.lang.Throwable cause, java.lang.String body)  
    • 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

      • ForbiddenException

        public ForbiddenException​(@Nullable
                                  java.lang.String message,
                                  @Nullable
                                  java.lang.Throwable cause,
                                  @Nullable
                                  java.lang.String body)