Package io.siddhi.core.exception
Class DefinitionNotExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.siddhi.core.exception.DefinitionNotExistException
-
- All Implemented Interfaces:
Serializable
public class DefinitionNotExistException extends RuntimeException
Exception class to be used when non-existence definition is requested.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefinitionNotExistException()DefinitionNotExistException(String message)DefinitionNotExistException(String message, Throwable throwable)DefinitionNotExistException(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
-
DefinitionNotExistException
public DefinitionNotExistException()
-
DefinitionNotExistException
public DefinitionNotExistException(String message)
-
DefinitionNotExistException
public DefinitionNotExistException(String message, Throwable throwable)
-
DefinitionNotExistException
public DefinitionNotExistException(Throwable throwable)
-
-