com.ebasetech.ufs.workflow.resource
Class PooledActorsNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
PooledActorsNotSupportedException()
           
PooledActorsNotSupportedException(java.lang.String message)
           
PooledActorsNotSupportedException(java.lang.String message, java.lang.Throwable cause)
           
PooledActorsNotSupportedException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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)