org.jboss.management.j2ee
Class InvalidParentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.management.j2ee.WrapperException
              extended byorg.jboss.management.j2ee.InvalidParentException
All Implemented Interfaces:
Serializable

public class InvalidParentException
extends WrapperException

Exception thrown when an invalid parent is specified for a managed object.

Version:
$Revision: 1.5 $

Revisions:

20011126 Andreas Schaefer:

Author:
Andreas Schaefer.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.management.j2ee.WrapperException
mTarget
 
Constructor Summary
InvalidParentException(String pMessage, Throwable pThrowable)
           
 
Methods inherited from class org.jboss.management.j2ee.WrapperException
getTargetException
 
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

InvalidParentException

public InvalidParentException(String pMessage,
                              Throwable pThrowable)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.