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