Class ShiroException

    • Constructor Detail

      • ShiroException

        public ShiroException()
        Creates a new ShiroException.
      • ShiroException

        public ShiroException​(String message)
        Constructs a new ShiroException.
        Parameters:
        message - the reason for the exception
      • ShiroException

        public ShiroException​(Throwable cause)
        Constructs a new ShiroException.
        Parameters:
        cause - the underlying Throwable that caused this exception to be thrown.
      • ShiroException

        public ShiroException​(String message,
                              Throwable cause)
        Constructs a new ShiroException.
        Parameters:
        message - the reason for the exception
        cause - the underlying Throwable that caused this exception to be thrown.