Package io.siddhi.core.exception
Class CannotLoadClassException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.siddhi.core.exception.CannotLoadClassException
-
- All Implemented Interfaces:
Serializable
public class CannotLoadClassException extends Exception
Exception class to be used when Siddhi cannot load the required extension class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotLoadClassException()CannotLoadClassException(String message)CannotLoadClassException(String message, Throwable throwable)CannotLoadClassException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-