站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 management API Documentation 英文版文档

WrapperException (JBoss/Management API) - JBoss 4.0.1 sp1 management API Documentation 英文版文档


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:
Serializable
Direct Known Subclasses:
InvalidParentException

public abstract class WrapperException
extends Exception

Exception containing another target exception for further informations

Version:
$Revision: 1.5 $
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.