Class CreditCheckAlreadyInProgressException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CreditCheckAlreadyInProgressException
    extends java.lang.Exception
    Exception thrown if there is already a credit check in progress.
    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

      • CreditCheckAlreadyInProgressException

        public CreditCheckAlreadyInProgressException()
        Create a CreditCheckAlreadyInProgressException.
      • CreditCheckAlreadyInProgressException

        public CreditCheckAlreadyInProgressException​(java.lang.String message)
        Create a CreditCheckAlreadyInProgressException with a detail message.
        Parameters:
        message - the detail message.
      • CreditCheckAlreadyInProgressException

        public CreditCheckAlreadyInProgressException​(java.lang.Throwable cause)
        Create a CreditCheckAlreadyInProgressException with a cause.
        Parameters:
        cause - the reason this exception was thrown.
      • CreditCheckAlreadyInProgressException

        public CreditCheckAlreadyInProgressException​(java.lang.String message,
                                                     java.lang.Throwable cause)
        Create a CreditCheckAlreadyInProgressException with a detail message and cause.
        Parameters:
        message - the detail message.
        cause - the reason this exception was thrown.