Class SignatureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.xmlsec.signature.support.SignatureException
All Implemented Interfaces:
Serializable

public class SignatureException extends Exception
Exception thrown when an error occurs during signature operations.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version UID.
      See Also:
  • Constructor Details

    • SignatureException

      public SignatureException()
      Constructor.
    • SignatureException

      public SignatureException(@Nullable String message)
      Constructor.
      Parameters:
      message - exception message
    • SignatureException

      public SignatureException(@Nullable Exception wrappedException)
      Constructor.
      Parameters:
      wrappedException - exception to be wrapped by this one
    • SignatureException

      public SignatureException(@Nullable String message, @Nullable Exception wrappedException)
      Constructor.
      Parameters:
      message - exception message
      wrappedException - exception to be wrapped by this one