Class AuthenticationException

  • All Implemented Interfaces:
    Serializable

    public class AuthenticationException
    extends RuntimeException
    A runtime exception representing a failure to provide correct authentication credentials.
    Author:
    Pavel Bucek
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthenticationException

        public AuthenticationException​(String message,
                                       String realm)
    • Method Detail

      • getRealm

        public String getRealm()