Class AuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.glassfish.jersey.examples.httpsclientservergrizzly.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 Summary
Constructors Constructor Description AuthenticationException(String message, String realm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRealm()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-