Class SAMLArtifactNotFoundException

All Implemented Interfaces:
Serializable

public class SAMLArtifactNotFoundException extends SAMLException
This exception is thrown when SAML authentication has to be performed and indicates that the SAML artifact was not found within the SOAP headers of the incoming SOAP request.
See Also:
  • Field Details

  • Constructor Details

    • SAMLArtifactNotFoundException

      public SAMLArtifactNotFoundException()
      Constructs a SAMLArtifactNotFoundException with no detail message.
    • SAMLArtifactNotFoundException

      public SAMLArtifactNotFoundException(Throwable nested)
      Constructs a SAMLArtifactNotFoundException with nested root cause exception.
      Parameters:
      nested - the nested root cause exception