Class UserBlockedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UserBlockedException
    extends AuthenticationRuntimeException
    This exception is thrown when access is denied to a user because the user is blocked.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UserBlockedException​(java.lang.String message)
      Creates an exception with the specified message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • UserBlockedException

        public UserBlockedException​(java.lang.String message)
        Creates an exception with the specified message.
        Parameters:
        message - the exception message