org.rhq.enterprise.server.exception
Class ScheduleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rhq.enterprise.server.exception.ScheduleException
- All Implemented Interfaces:
- Serializable
public class ScheduleException
- extends RuntimeException
This exception should be used whenever there was an error while trying to schedule an operation.
- Author:
- Noam Malki
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ScheduleException
public ScheduleException()
ScheduleException
public ScheduleException(String message)
ScheduleException
public ScheduleException(Throwable t)
ScheduleException
public ScheduleException(String msg,
Throwable t)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.