com.ibm.ecm.sample.webhook.exception

Class HMACSecurityException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • com.ibm.ecm.sample.webhook.exception.HMACSecurityException
  • All Implemented Interfaces:
    java.io.Serializable


    public class HMACSecurityException
    extends java.lang.RuntimeException
    This class is a basic Runtime Exception class that is used by HMACAuthenticationFilter when there is a problem with the HMAC credential verification for the Content Event Webhook Receiver. More could be added here, but this for the purposes of this sample, a basic extension of RuntimeException is sufficient.
    See Also:
    Serialized Form
    • 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

      • HMACSecurityException

        public HMACSecurityException(java.lang.String message)
      • HMACSecurityException

        public HMACSecurityException(java.lang.String message,
                                     java.lang.Throwable cause)