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