Package com.opengamma.strata.basics
Class ReferenceDataNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.opengamma.strata.basics.ReferenceDataNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ReferenceDataNotFoundException extends java.lang.RuntimeException
Exception thrown if reference data cannot be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReferenceDataNotFoundException(java.lang.String message)
Creates the exception passing the exception message.
-