org.rhq.enterprise.server.exception
Class UnscheduleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
UnscheduleException()
           
UnscheduleException(String message)
           
UnscheduleException(String msg, Throwable t)
           
UnscheduleException(Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.