org.jboss.management.j2ee
Class WrapperException

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

public abstract class WrapperException
extends java.lang.Exception

Exception containing another target exception for further informations

See Also:
Serialized Form

Field Summary
 java.lang.Throwable mTarget
           
 
Constructor Summary
WrapperException(java.lang.String pMessage, java.lang.Throwable pThrowable)
           
 
Method Summary
 java.lang.Throwable 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
 

Field Detail

mTarget

public java.lang.Throwable mTarget
Constructor Detail

WrapperException

public WrapperException(java.lang.String pMessage,
                        java.lang.Throwable pThrowable)
Method Detail

getTargetException

public java.lang.Throwable getTargetException()