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:
java.io.Serializable

public class ResourceAdapterInternalException
extends javax.resource.spi.ResourceAdapterInternalException

See Also:
Serialized Form

Constructor Summary
ResourceAdapterInternalException(java.lang.String msg)
           
ResourceAdapterInternalException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class javax.resource.ResourceException
getErrorCode, getLinkedException, setErrorCode, setLinkedException, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceAdapterInternalException

public ResourceAdapterInternalException(java.lang.String msg)

ResourceAdapterInternalException

public ResourceAdapterInternalException(java.lang.String msg,
                                        java.lang.Throwable cause)


Copyright © 2006 Apache Software Foundation. All Rights Reserved.