Package com.sas.lsaf.schedule
Class ScheduleNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.lsaf.core.AbstractCheckedException
com.sas.lsaf.schedule.ScheduleNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when the specified schedule is not found or the user does not have access to the schedule.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScheduleNotFoundException
The constructor- Parameters:
message- detailed message.
-