Class SAMLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.xml.wss.saml.SAMLException
All Implemented Interfaces:
Serializable

public class SAMLException extends Exception
This class is an extension point for all SAML related exceptions.
See Also:
  • Constructor Details

    • SAMLException

      public SAMLException()
      Create an SAMLException with no message.
    • SAMLException

      public SAMLException(String s)
      Create an SAMLException with a message.
      Parameters:
      s - exception message.
    • SAMLException

      public SAMLException(Throwable e)
      Create an SAMLException
      Parameters:
      e - the cause