org.jboss.management.j2ee
Class InvalidParentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.management.j2ee.WrapperException
              extended by org.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.

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)
           
 
Method Summary
 
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.