de.fzj.unicore.uas.security
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.fzj.unicore.uas.security.SecurityException
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
| 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 |
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.