com.pega.pegarules.pub.context
Class PRQueueTerminateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pega.pegarules.pub.PRRuntimeException
com.pega.pegarules.pub.context.PRQueueException
com.pega.pegarules.pub.context.PRQueueTerminateException
- All Implemented Interfaces:
- java.io.Serializable
public class PRQueueTerminateException
- extends PRQueueException
Can be thrown by agent activities to indicate that an agent queue
should be immediately terminated.
Allows Standard mode agent activities to disable an agent
from future processing until manually restarted by administrator.
All other exceptions will stop processing of an individual queue
item, but will not terminate the agent itself.
- Version:
- $Revision: 10898 $ $Date: 2011-05-19 16:02:45 -0400 (Thu, 19 May 2011) $
- Author:
- Tim Miranda
- See Also:
- Serialized Form
- Engineering owner
- [email protected]
Field Summary |
static java.lang.String |
VERSION
|
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VERSION
public static final java.lang.String VERSION
PRQueueTerminateException
public PRQueueTerminateException()
PRQueueTerminateException
public PRQueueTerminateException(java.lang.String aMessage)
PRQueueTerminateException
public PRQueueTerminateException(java.lang.String aMessage,
java.lang.Throwable aCause)
Copyright © 2012 Pegasystems Inc. All Rights Reserved.