de.fzj.unicore.uas.security
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.fzj.unicore.uas.security.SecurityException
                  extended by de.fzj.unicore.uas.security.AuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationException
extends SecurityException

exception thrown when authentication fails for example, when a service requires a valid signature, but none is given

See Also:
Serialized Form

Constructor Summary
AuthenticationException()
           
AuthenticationException(java.lang.String message)
           
AuthenticationException(java.lang.String message, java.lang.Throwable cause)
           
AuthenticationException(java.lang.Throwable cause)
           
 
Method Summary
 
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()

AuthenticationException

public AuthenticationException(java.lang.String message,
                               java.lang.Throwable cause)
Parameters:
message -
cause -

AuthenticationException

public AuthenticationException(java.lang.String message)
Parameters:
message -

AuthenticationException

public AuthenticationException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2006-2010 Research Center Juelich. All Rights Reserved.