com.ebasetech.ufs.workflow.resource
Class PooledActorsNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ebasetech.ufs.workflow.resource.PooledActorsNotSupportedException
- All Implemented Interfaces:
- java.io.Serializable
public class PooledActorsNotSupportedException
- extends java.lang.Exception
PooledActorsNotSupportedException is thrown is an attempt is made to set a pooled actor
in a case where this is not allowed.
- 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 |
PooledActorsNotSupportedException
public PooledActorsNotSupportedException()
PooledActorsNotSupportedException
public PooledActorsNotSupportedException(java.lang.String message)
PooledActorsNotSupportedException
public PooledActorsNotSupportedException(java.lang.Throwable cause)
PooledActorsNotSupportedException
public PooledActorsNotSupportedException(java.lang.String message,
java.lang.Throwable cause)