Apache CXF API

org.apache.cxf.jca.core.resourceadapter
Class ResourceAdapterInternalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.resource.ResourceException
              extended by javax.resource.spi.ResourceAdapterInternalException
                  extended by org.apache.cxf.jca.core.resourceadapter.ResourceAdapterInternalException
All Implemented Interfaces:
Serializable

public class ResourceAdapterInternalException
extends javax.resource.spi.ResourceAdapterInternalException

See Also:
Serialized Form

Constructor Summary
ResourceAdapterInternalException(String msg)
           
ResourceAdapterInternalException(String msg, Throwable cause)
           
 
Method Summary
 Exception getLinkedException()
           
 
Methods inherited from class javax.resource.ResourceException
getErrorCode, setErrorCode, setLinkedException
 
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

ResourceAdapterInternalException

public ResourceAdapterInternalException(String msg)

ResourceAdapterInternalException

public ResourceAdapterInternalException(String msg,
                                        Throwable cause)
Method Detail

getLinkedException

public Exception getLinkedException()
Overrides:
getLinkedException in class javax.resource.ResourceException

Apache CXF API

Apache CXF