Class NoCredentialsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pac4j.core.exception.TechnicalException
org.pac4j.core.exception.CredentialsException
de.xima.fc.security.pac4j.exception.NoCredentialsException
All Implemented Interfaces:
Serializable

public class NoCredentialsException extends org.pac4j.core.exception.CredentialsException
Exception for missing credentials on a user profile.
Since:
8.0.0
Author:
XIMA Media GmbH
See Also:
  • Constructor Details

    • NoCredentialsException

      public NoCredentialsException(String message, Throwable t)
    • NoCredentialsException

      public NoCredentialsException(String message)