org.mule.test.usecases.axis
Class InvalidTradeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mule.test.usecases.axis.InvalidTradeException
All Implemented Interfaces:
Serializable

public class InvalidTradeException
extends Exception

TODO document

See Also:
Serialized Form

Constructor Summary
InvalidTradeException()
           
InvalidTradeException(String message)
           
InvalidTradeException(String message, Throwable cause)
           
InvalidTradeException(Throwable cause)
           
 
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

InvalidTradeException

public InvalidTradeException()

InvalidTradeException

public InvalidTradeException(String message)

InvalidTradeException

public InvalidTradeException(Throwable cause)

InvalidTradeException

public InvalidTradeException(String message,
                             Throwable cause)


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.