com.redhat.rhn.manager.action
Class ActionIsChildException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.redhat.rhn.common.RhnRuntimeException
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
| 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 |
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 messaget - The Throwable to wrap