javax.resource.spi.work
Class WorkRejectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.resource.ResourceException
javax.resource.spi.work.WorkException
javax.resource.spi.work.WorkRejectedException
- All Implemented Interfaces:
- java.io.Serializable
public class WorkRejectedException
- extends WorkException
An exception for an unavailable service.
- See Also:
- Serialized Form
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 |
WorkRejectedException
public WorkRejectedException()
WorkRejectedException
public WorkRejectedException(java.lang.String msg)
WorkRejectedException
public WorkRejectedException(java.lang.String msg,
java.lang.Throwable cause)
WorkRejectedException
public WorkRejectedException(java.lang.String msg,
java.lang.String errorCode)
WorkRejectedException
public WorkRejectedException(java.lang.Throwable cause)