org.glassfish.jersey.examples.httpsclientservergrizzly
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
AuthenticationException(String message, String realm)
           
 
Method Summary
 String getRealm()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationException

public AuthenticationException(String message,
                               String realm)
Method Detail

getRealm

public String getRealm()


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.