org.jboss.management.j2ee
Class WrapperException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.management.j2ee.WrapperException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidParentException

public abstract class WrapperException
extends Exception

Exception containing another target exception for further informations

Version:
$Revision: 57197 $
Author:
Andreas Schaefer
See Also:
Serialized Form

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

WrapperException

public WrapperException(String pMessage,
                        Throwable pThrowable)
Method Detail

getTargetException

public Throwable getTargetException()


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