public class PasswordCheckFailedException extends WSSecurityException
Constructor and Description |
---|
PasswordCheckFailedException()
Create a new PasswordCheckFailedException with an empty description string.
|
PasswordCheckFailedException(java.lang.String message)
Create a new PasswordCheckFailedException with the associated string description.
|
PasswordCheckFailedException(java.lang.String message,
java.lang.Throwable t)
Create a new PasswordCheckFailedException with the string description and Throwable root cause.
|
PasswordCheckFailedException(java.lang.Throwable t)
Create a new PasswordCheckFailedException with the Throwable root cause.
|
addException, getCause, getExceptions, printStackTrace
public PasswordCheckFailedException()
public PasswordCheckFailedException(java.lang.String message)
message
- the String describing the exception.public PasswordCheckFailedException(java.lang.Throwable t)
t
- the Throwable root cause.public PasswordCheckFailedException(java.lang.String message, java.lang.Throwable t)
message
- the String describing the exception.t
- the Throwable root cause.