Class NoAuthenticatedSubjectException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    NoAuthenticatedSubjectException

    public class NoAuthenticatedSubjectException
    extends Exception

    This exception is thrown by management methods that need to associate runtime state with a user connection if the user has not been authenticated.

    See Also:
    Serialized Form
    • Constructor Detail

      • NoAuthenticatedSubjectException

        public NoAuthenticatedSubjectException()

        Create a NoAuthenticatedSubjectException with no detail message.