public class PasswordChangeRequiredException extends Exception
| Constructor and Description |
|---|
PasswordChangeRequiredException() |
PasswordChangeRequiredException(String message) |
PasswordChangeRequiredException(String message,
Throwable cause) |
PasswordChangeRequiredException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
PasswordChangeRequiredException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PasswordChangeRequiredException()
public PasswordChangeRequiredException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public PasswordChangeRequiredException(String message, Throwable cause)
public PasswordChangeRequiredException(String message)
public PasswordChangeRequiredException(Throwable cause)
Copyright © 2019. All rights reserved.