Class OrderSubmissionException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class OrderSubmissionException
    extends java.lang.Exception
    Deprecated.
    This exception is deprecated and due for removal in a future release.
    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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OrderSubmissionException

        public OrderSubmissionException​(java.lang.String errorMessage,
                                        java.lang.Throwable exception)
        Deprecated.
      • OrderSubmissionException

        public OrderSubmissionException​(java.lang.String errorMessage)
        Deprecated.