Class DataSetLookupException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.dashbuilder.dataset.exception.DataSetLookupException
-
- All Implemented Interfaces:
Serializable
public class DataSetLookupException extends RuntimeException implements Serializable
Default exception when a data set lookup fails.
- Since:
- 0.3.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataSetLookupException()DataSetLookupException(String uuid)DataSetLookupException(String uuid, String message)DataSetLookupException(String uuid, String message, Exception e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DataSetLookupException
public DataSetLookupException()
-
DataSetLookupException
public DataSetLookupException(String uuid)
-
-