Class OrderValidationException

  • All Implemented Interfaces:
    Serializable, org.marketcetera.util.except.I18NThrowable

    public class OrderValidationException
    extends org.marketcetera.util.except.I18NException
    Indicates errors encountered when validating orders before sending them to the server.
    Since:
    1.0.0
    Version:
    $Id$
    Author:
    anshul@marketcetera.com
    See Also:
    Serialized Form
    • Constructor Detail

      • OrderValidationException

        public OrderValidationException​(org.marketcetera.util.log.I18NBoundMessage message)
        Creates an instance.
        Parameters:
        message - the localized message.
      • OrderValidationException

        public OrderValidationException​(Throwable cause,
                                        org.marketcetera.util.log.I18NBoundMessage message)
        Creates an instance.
        Parameters:
        cause - the underlying exception
        message - the localized message