Class ResourceAdapterInternalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.resource.ResourceException
-
- javax.resource.spi.ResourceAdapterInternalException
-
- 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
Constructors Constructor Description ResourceAdapterInternalException(String msg)ResourceAdapterInternalException(String msg, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptiongetLinkedException()-
Methods inherited from class javax.resource.ResourceException
getErrorCode, setErrorCode, setLinkedException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getLinkedException
public Exception getLinkedException()
- Overrides:
getLinkedExceptionin classjavax.resource.ResourceException
-
-