org.eclipse.higgins.icard
Class AuthenticationRequiredException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.icard.CardException
              extended byorg.eclipse.higgins.icard.AuthenticationRequiredException
All Implemented Interfaces:
Serializable

public class AuthenticationRequiredException
extends CardException

Thrown when authentication is required but none authentication materials provided.

See Also:
Serialized Form

Constructor Summary
AuthenticationRequiredException()
           
AuthenticationRequiredException(String message)
           
AuthenticationRequiredException(String message, Throwable cause)
           
AuthenticationRequiredException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationRequiredException

public AuthenticationRequiredException()

AuthenticationRequiredException

public AuthenticationRequiredException(String message)

AuthenticationRequiredException

public AuthenticationRequiredException(String message,
                                       Throwable cause)

AuthenticationRequiredException

public AuthenticationRequiredException(Throwable cause)