Class SAMLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.plugin.saml.SAMLException
All Implemented Interfaces:
Serializable

public class SAMLException extends Exception
An exception class for when there's a problem handling SAML messages.
See Also:
  • Field Details

    • message

      protected String message
  • Constructor Details

    • SAMLException

      public SAMLException()
    • SAMLException

      public SAMLException(Throwable e)
    • SAMLException

      public SAMLException(String message)
    • SAMLException

      public SAMLException(String message, Throwable e)
  • Method Details