Class PermissionDenied

    • Constructor Summary

      Constructors 
      Constructor Description
      PermissionDenied​(java.lang.String message)
      Constructs new PermissionDenied with the specified detail message.
      PermissionDenied​(java.lang.String message, java.lang.Throwable cause)
      Constructs new PermissionDenied with the specified detail message and cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • PermissionDenied

        public PermissionDenied​(java.lang.String message)
        Constructs new PermissionDenied with the specified detail message.
        Parameters:
        message - The detail message
      • PermissionDenied

        public PermissionDenied​(java.lang.String message,
                                java.lang.Throwable cause)
        Constructs new PermissionDenied with the specified detail message and cause.
        Parameters:
        message - The detail message
        cause - The cause