Class SAMAssertionSubjectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pac4j.core.exception.TechnicalException
org.pac4j.saml.exceptions.SAMLException
org.pac4j.saml.exceptions.SAMAssertionSubjectException
All Implemented Interfaces:
Serializable

public class SAMAssertionSubjectException extends SAMLException
Since:
3.0.0
Author:
Misagh Moayyed
See Also:
  • Constructor Details

    • SAMAssertionSubjectException

      public SAMAssertionSubjectException(String message)

      Constructor for SAMAssertionSubjectException.

      Parameters:
      message - a String object
    • SAMAssertionSubjectException

      public SAMAssertionSubjectException(Throwable t)

      Constructor for SAMAssertionSubjectException.

      Parameters:
      t - a Throwable object
    • SAMAssertionSubjectException

      public SAMAssertionSubjectException(String message, Throwable t)

      Constructor for SAMAssertionSubjectException.

      Parameters:
      message - a String object
      t - a Throwable object