finance
Class ImportExportException

java.lang.Object
  extended by java.lang.Throwable
      extended by finance.ImportExportException
All Implemented Interfaces:
java.io.Serializable

public class ImportExportException
extends java.lang.Throwable

This exception represents an error importing or exporting a quote to or from Venice.

See Also:
Serialized Form

Constructor Summary
ImportExportException(java.lang.String message)
          Create an exception that represents the error condition that occurs when an import or export fails.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImportExportException

public ImportExportException(java.lang.String message)
Create an exception that represents the error condition that occurs when an import or export fails.

Parameters:
message - the failure reason