Class InstrumentNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.caplin.motif.fx.ret.common.instrument.InstrumentNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class InstrumentNotFoundException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstrumentNotFoundException(java.lang.String message)
InstrumentNotFoundException(java.lang.String message, java.lang.Throwable cause)
InstrumentNotFoundException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
InstrumentNotFoundException
public InstrumentNotFoundException(java.lang.String message)
-
InstrumentNotFoundException
public InstrumentNotFoundException(java.lang.String message, java.lang.Throwable cause)
-
InstrumentNotFoundException
public InstrumentNotFoundException(java.lang.Throwable cause)
-
-