org.marketcetera.client
Class OrderValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.marketcetera.util.except.I18NException
              extended by org.marketcetera.client.OrderValidationException
All Implemented Interfaces:
Serializable, I18NThrowable

public class OrderValidationException
extends I18NException

Indicates errors encountered when validating orders before sending them to the server.

Since:
1.0.0
Version:
$Id: OrderValidationException.java 16154 2012-07-14 16:34:05Z colin $
Author:
anshul@marketcetera.com
See Also:
Serialized Form

Constructor Summary
OrderValidationException(I18NBoundMessage message)
          Creates an instance.
OrderValidationException(Throwable cause, I18NBoundMessage message)
          Creates an instance.
 
Method Summary
 
Methods inherited from class org.marketcetera.util.except.I18NException
equals, getDetail, getI18NBoundMessage, getLocalizedDetail, getLocalizedMessage, hashCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.marketcetera.util.except.I18NThrowable
getCause, getMessage
 

Constructor Detail

OrderValidationException

public OrderValidationException(I18NBoundMessage message)
Creates an instance.

Parameters:
message - the localized message.

OrderValidationException

public OrderValidationException(Throwable cause,
                                I18NBoundMessage message)
Creates an instance.

Parameters:
cause - the underlying exception
message - the localized message


Copyright © 2012. All Rights Reserved.