org.jboss.jmx.connector.invoker.client
Class InvokerAdaptorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.jmx.connector.invoker.client.InvokerAdaptorException
All Implemented Interfaces:
java.io.Serializable

public class InvokerAdaptorException
extends java.lang.Exception
implements java.io.Serializable

An exception for holding jmx exception so the invokers don't unwrap them.

See Also:
Serialized Form

Constructor Summary
InvokerAdaptorException()
           
InvokerAdaptorException(java.lang.Throwable wrapped)
           
 
Method Summary
 java.lang.Throwable getWrapped()
           
 
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

InvokerAdaptorException

public InvokerAdaptorException()

InvokerAdaptorException

public InvokerAdaptorException(java.lang.Throwable wrapped)
Method Detail

getWrapped

public java.lang.Throwable getWrapped()