Class SchedulerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opendaylight.bgpcep.programming.spi.SchedulerException
-
- All Implemented Interfaces:
Serializable
public class SchedulerException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchedulerException(String message, Failure failure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Failure
getFailure()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-