com.pega.pegarules.pub.services
Class IndirectReferenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pega.pegarules.pub.PRRuntimeException
com.pega.pegarules.pub.services.ConnectorException
com.pega.pegarules.pub.services.IndirectReferenceException
- All Implemented Interfaces:
- java.io.Serializable
public class IndirectReferenceException
- extends ConnectorException
Runtime exception for connector rule failures. Exceptions of this
nature do not have to be declared with throws
.
- Version:
- $Revision: 31 $ $Date: 2009-06-24 09:38:04 -0400 (Wed, 24 Jun 2009) $
- Author:
- Chandra Shekar Punna-punnc
- 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
VERSION
public static final java.lang.String VERSION
IndirectReferenceException
public IndirectReferenceException()
- Default constructor with no message.
The severity of this exception defaults to ProcessingStatus.SEVERITY_FAIL.
IndirectReferenceException
public IndirectReferenceException(java.lang.String aMessage)
- Constructor with a message.
- Parameters:
aMessage
- key to a Rule-Message instance, or simply
a message. If it isn't a Rule-Message key, an instance may
be written to Log-UndefinedMessages
(see ProcessingStatus.logMissingMessages()
).
Copyright © 2012 Pegasystems Inc. All Rights Reserved.