Class BlockQuoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.caplin.motif.fx.trading.block.BlockQuoteException
- All Implemented Interfaces:
Serializable
The exception thrown when there is an error instantiating a BlockQuote
- See Also:
-
Constructor Summary
ConstructorDescriptionBlockQuoteException
(String message) Constructs the Exception with a messageBlockQuoteException
(Throwable throwable) Constructs the Exception with a throwable -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BlockQuoteException
Constructs the Exception with a message- Parameters:
message
- the error message
-
BlockQuoteException
Constructs the Exception with a throwable- Parameters:
throwable
- the throwable
-