Class Saml2Exception

  • All Implemented Interfaces:
    java.io.Serializable

    public class Saml2Exception
    extends java.lang.RuntimeException
    Since:
    5.2
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Saml2Exception​(java.lang.String message)  
      Saml2Exception​(java.lang.String message, java.lang.Throwable cause)  
      Saml2Exception​(java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Saml2Exception

        public Saml2Exception​(java.lang.String message)
      • Saml2Exception

        public Saml2Exception​(java.lang.String message,
                              java.lang.Throwable cause)
      • Saml2Exception

        public Saml2Exception​(java.lang.Throwable cause)