org.glassfish.jersey.examples.httpsclientservergrizzly
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 (pavel.bucek at oracle.com)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AuthenticationException
public AuthenticationException(String message,
String realm)
getRealm
public String getRealm()
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.