Class IllegalCredentialException

java.lang.Object
java.lang.Throwable
java.lang.Exception
pl.edu.icm.unity.base.exceptions.EngineException
pl.edu.icm.unity.engine.api.authn.IllegalCredentialException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CredentialRecentlyUsedException

public class IllegalCredentialException extends pl.edu.icm.unity.base.exceptions.EngineException
Thrown when credential definition is invalid.
Author:
K. Benedyczak
See Also:
  • Constructor Details

    • IllegalCredentialException

      public IllegalCredentialException(String msg, Throwable cause)
    • IllegalCredentialException

      public IllegalCredentialException(String msg)