com.pega.pegarules.pub.context
Class PRQueueTerminateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.pega.pegarules.pub.PRRuntimeException
                  extended by com.pega.pegarules.pub.context.PRQueueException
                      extended by 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
           
 
Fields inherited from class com.pega.pegarules.pub.PRRuntimeException
COPYRIGHT
 
Constructor Summary
PRQueueTerminateException()
           
PRQueueTerminateException(java.lang.String aMessage)
           
PRQueueTerminateException(java.lang.String aMessage, java.lang.Throwable aCause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION
Constructor Detail

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.