javax.resource
Class ResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.resource.ResourceException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ApplicationServerInternalException, CommException, EISSystemException, IllegalStateException, InvalidPropertyException, LocalTransactionException, NotSupportedException, ResourceAdapterInternalException, ResourceAllocationException, ResourceWarning, SecurityException, SharingViolationException, UnavailableException, WorkException
- public class ResourceException
- extends java.lang.Exception
- Version:
- $Revision: 1.3 $ $Date: 2004/03/10 09:59:45 $
- See Also:
- Serialized Form
| 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 |
ResourceException
public ResourceException()
ResourceException
public ResourceException(java.lang.String message)
ResourceException
public ResourceException(java.lang.Throwable cause)
ResourceException
public ResourceException(java.lang.String message,
java.lang.Throwable cause)
ResourceException
public ResourceException(java.lang.String message,
java.lang.String errorCode)
getErrorCode
public java.lang.String getErrorCode()
setErrorCode
public void setErrorCode(java.lang.String errorCode)
getLinkedException
public java.lang.Exception getLinkedException()
- Deprecated.
setLinkedException
public void setLinkedException(java.lang.Exception ex)
- Deprecated.
toString
public java.lang.String toString()
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.