Class PricingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PricingException
    extends java.lang.RuntimeException

    PricingException class.

    Version:
    $Id: $Id
    Author:
    pvela00
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PricingException​(java.lang.Exception ex)
      Constructor for PricingException.
      PricingException​(java.lang.String errorMsg)
      Constructor for PricingException.
      PricingException​(java.lang.String errorMsg, java.lang.Exception ex)
      Constructor for PricingException.
    • 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

      • PricingException

        public PricingException​(java.lang.Exception ex)

        Constructor for PricingException.

        Parameters:
        ex - a Exception object
      • PricingException

        public PricingException​(java.lang.String errorMsg)

        Constructor for PricingException.

        Parameters:
        errorMsg - a String object
      • PricingException

        public PricingException​(java.lang.String errorMsg,
                                java.lang.Exception ex)

        Constructor for PricingException.

        Parameters:
        errorMsg - a String object
        ex - a Exception object