Package com.illumon.iris.db.plot.errors
Class PlotUnsupportedOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
com.illumon.iris.db.plot.errors.PlotUnsupportedOperationException
- All Implemented Interfaces:
Serializable
public class PlotUnsupportedOperationException extends UnsupportedOperationException
UnsupportedOperationExcetion which contains information about the plot.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PlotUnsupportedOperationException(String exception, PlotExceptionCause exceptionCause)
PlotUnsupportedOperationException(String exception, PlotInfo plotInfo)
PlotUnsupportedOperationException(String exception, Throwable cause, PlotExceptionCause exceptionCause)
PlotUnsupportedOperationException(String exception, Throwable cause, PlotInfo plotInfo)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PlotUnsupportedOperationException
-
PlotUnsupportedOperationException
public PlotUnsupportedOperationException(String exception, Throwable cause, PlotExceptionCause exceptionCause) -
PlotUnsupportedOperationException
-
PlotUnsupportedOperationException
-