Package org.opennms.web.svclayer.support
Class SchedulerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opennms.web.svclayer.support.SchedulerException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SchedulerContextException
public class SchedulerException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchedulerException(Exception e)
SchedulerException(String message)
SchedulerException(String message, Exception cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-