Package io.siddhi.core.exception
Class OperationNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.siddhi.core.exception.OperationNotSupportedException
-
- All Implemented Interfaces:
Serializable
public class OperationNotSupportedException extends RuntimeException
Exception class to be used when user provided operation is not supported by Siddhi.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OperationNotSupportedException()OperationNotSupportedException(String message)OperationNotSupportedException(String message, Throwable throwable)OperationNotSupportedException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OperationNotSupportedException
public OperationNotSupportedException()
-
OperationNotSupportedException
public OperationNotSupportedException(String message)
-
OperationNotSupportedException
public OperationNotSupportedException(String message, Throwable throwable)
-
OperationNotSupportedException
public OperationNotSupportedException(Throwable throwable)
-
-