public class AuthenticationException
extends java.lang.Exception
verify methods of classes like Signature and X509.| Constructor and Description | 
|---|
AuthenticationException()
Constructs an AuthenticationException with no detail message. 
 | 
AuthenticationException(java.lang.String s)
Constructs an AuthenticationException with the specified detail message. 
 | 
AuthenticationException(java.lang.String message, java.lang.Throwable cause)  | 
AuthenticationException(java.lang.Throwable cause)  | 
public AuthenticationException(java.lang.String message,
                       java.lang.Throwable cause)
public AuthenticationException(java.lang.Throwable cause)
public AuthenticationException()
public AuthenticationException(java.lang.String s)
s - the detail message