Class CredentialAuthException.InvalidCredentialPassword
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.SecurityException
com.liferay.saml.runtime.exception.CredentialAuthException
com.liferay.saml.runtime.exception.CredentialAuthException.InvalidCredentialPassword
- All Implemented Interfaces:
Serializable
- Enclosing class:
CredentialAuthException
public static class CredentialAuthException.InvalidCredentialPassword
extends CredentialAuthException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.liferay.saml.runtime.exception.CredentialAuthException
CredentialAuthException.GeneralCredentialAuthException, CredentialAuthException.InvalidCredentialPassword, CredentialAuthException.InvalidKeyStore, CredentialAuthException.InvalidKeyStorePassword -
Constructor Summary
ConstructorsConstructorDescriptionInvalidCredentialPassword(String message, UnrecoverableKeyException unrecoverableKeyException) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCredentialPassword
public InvalidCredentialPassword(String message, UnrecoverableKeyException unrecoverableKeyException)
-