|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pega.pegarules.pub.PRRuntimeException
com.pega.pegarules.pub.services.ConnectorException
com.pega.pegarules.pub.services.OutboundMappingException
public class OutboundMappingException
Subtype of ConnectorException, used for connector rule failures that result from a failure to map data from the clipboard to the format required by an external (non-PegaRULES) application.
| Field Summary | |
|---|---|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
VERSION
|
| Constructor Summary | |
|---|---|
OutboundMappingException()
Default constructor with no message. |
|
OutboundMappingException(java.lang.String aMessage)
Constructor with a message. |
|
OutboundMappingException(java.lang.String aMessage,
java.lang.String aHandler)
Constructor with a message and the name of an error handler flow. |
|
OutboundMappingException(java.lang.String aMessage,
java.lang.String aHandler,
java.lang.Throwable aCause)
Constructor with a message, an error handler, and a cause. |
|
OutboundMappingException(java.lang.String aMessage,
java.lang.Throwable aCause)
Constructor with a message and a cause. |
|
OutboundMappingException(java.lang.Throwable aCause)
Constructor with a root cause. |
|
| Method Summary |
|---|
| Methods inherited from class com.pega.pegarules.pub.services.ConnectorException |
|---|
getHandler, setHandler |
| 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 |
|---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
| Constructor Detail |
|---|
public OutboundMappingException()
public OutboundMappingException(java.lang.String aMessage)
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()).public OutboundMappingException(java.lang.Throwable aCause)
aCause - the Throwable that caused this exception
public OutboundMappingException(java.lang.String aMessage,
java.lang.Throwable aCause)
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()).aCause - the Throwable that caused this exception
public OutboundMappingException(java.lang.String aMessage,
java.lang.String aHandler)
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()).aHandler - key to a Rule-Obj-Flow instance that will handle
the exception when the connector rule is invoked from a flow
public OutboundMappingException(java.lang.String aMessage,
java.lang.String aHandler,
java.lang.Throwable aCause)
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()).aHandler - key to a Rule-Obj-Flow instance that will handle
the exception when the connector rule is invoked from a flowaCause - the Throwable that caused this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||