Class SignatureCreationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.payment.service.signature.SignatureCreationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RequestSignatureCreationException, ResponseSignatureCreationException

public class SignatureCreationException extends RuntimeException
Defines an error that can be thrown in case signature is not created
See Also:
  • Constructor Details

    • SignatureCreationException

      public SignatureCreationException(String message)
    • SignatureCreationException

      protected SignatureCreationException(String message, Exception e)