org.fusesource.examples.errors
Class OrderValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fusesource.examples.errors.OrderValidationException
All Implemented Interfaces:
java.io.Serializable

public class OrderValidationException
extends java.lang.Exception

Exception raised when order validation fails.

See Also:
Serialized Form

Constructor Summary
OrderValidationException(java.lang.String text)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

OrderValidationException

public OrderValidationException(java.lang.String text)


Copyright © 2012 FuseSource. All Rights Reserved.