com.redhat.rhn.manager.action
Class ActionIsChildException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.redhat.rhn.common.RhnRuntimeException
                  extended by com.redhat.rhn.manager.action.ActionIsChildException
All Implemented Interfaces:
java.io.Serializable

public class ActionIsChildException
extends RhnRuntimeException

An exception thrown when a user attempts to delete an action has prerequisites.

See Also:
Serialized Form

Constructor Summary
ActionIsChildException()
           
ActionIsChildException(java.lang.String msg)
           
ActionIsChildException(java.lang.String msg, java.lang.Throwable t)
           
ActionIsChildException(java.lang.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

ActionIsChildException

public ActionIsChildException()

ActionIsChildException

public ActionIsChildException(java.lang.String msg)
Parameters:
msg - An error message

ActionIsChildException

public ActionIsChildException(java.lang.Throwable t)
Parameters:
t - The Throwable to wrap

ActionIsChildException

public ActionIsChildException(java.lang.String msg,
                              java.lang.Throwable t)
Parameters:
msg - An error message
t - The Throwable to wrap