org.rhq.enterprise.server.exception
Class UnscheduleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rhq.enterprise.server.exception.UnscheduleException
- All Implemented Interfaces:
- Serializable
public class UnscheduleException
- extends RuntimeException
This exception should be used whenever there was an error while trying to unschedule 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 |
UnscheduleException
public UnscheduleException()
UnscheduleException
public UnscheduleException(String message)
UnscheduleException
public UnscheduleException(Throwable t)
UnscheduleException
public UnscheduleException(String msg,
Throwable t)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.