public class PreventedException
extends java.lang.Exception
Constructor and Description |
---|
PreventedException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance with an explanatory message and the exception that prevented authentication.
|
PreventedException(java.lang.Throwable cause)
Creates a new instance with the exception that prevented authentication.
|
public PreventedException(java.lang.Throwable cause)
cause
- Error that prevented authentication.public PreventedException(java.lang.String message, java.lang.Throwable cause)
message
- Descriptive error message.cause
- Error that prevented authentication.