org.jboss.management.j2ee
Class InvalidParentException

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

public class InvalidParentException
extends WrapperException (src)

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

See Also:
Serialized Form

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