com.pega.pegarules.pub.services
Class InboundMappingException

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.services.ConnectorException
                      extended by com.pega.pegarules.pub.services.InboundMappingException
All Implemented Interfaces:
java.io.Serializable

public class InboundMappingException
extends ConnectorException

Subtype of ConnectorException, used for connector rule failures that result from a failure to map data received from an external (non-PegaRULES) application to the clipboard.

Version:
$Revision: 3950 $ $Date: 2010-03-18 06:55:34 -0400 (Thu, 18 Mar 2010) $
Author:
Peter Tandara-Kuhns
See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
 
Constructor Summary
InboundMappingException()
          Default constructor with no message.
InboundMappingException(java.lang.String aMessage)
          Constructor with a message.
InboundMappingException(java.lang.String aMessage, java.lang.String aHandler)
          Constructor with a message and the name of an error handler flow.
InboundMappingException(java.lang.String aMessage, java.lang.String aHandler, java.lang.Throwable aCause)
          Constructor with a message, an error handler, and a cause.
InboundMappingException(java.lang.String aMessage, java.lang.Throwable aCause)
          Constructor with a message and a cause.
InboundMappingException(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

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
Constructor Detail

InboundMappingException

public InboundMappingException()
Default constructor with no message. The severity of this exception defaults to ProcessingStatus.SEVERITY_FAIL.


InboundMappingException

public InboundMappingException(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()).

InboundMappingException

public InboundMappingException(java.lang.Throwable aCause)
Constructor with a root cause.

Parameters:
aCause - the Throwable that caused this exception

InboundMappingException

public InboundMappingException(java.lang.String aMessage,
                               java.lang.Throwable aCause)
Constructor with a message and a cause.

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()).
aCause - the Throwable that caused this exception

InboundMappingException

public InboundMappingException(java.lang.String aMessage,
                               java.lang.String aHandler)
Constructor with a message and the name of an error handler flow.

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()).
aHandler - key to a Rule-Obj-Flow instance that will handle the exception when the connector rule is invoked from a flow

InboundMappingException

public InboundMappingException(java.lang.String aMessage,
                               java.lang.String aHandler,
                               java.lang.Throwable aCause)
Constructor with a message, an error handler, and a cause.

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()).
aHandler - key to a Rule-Obj-Flow instance that will handle the exception when the connector rule is invoked from a flow
aCause - the Throwable that caused this exception


Copyright © 2012 Pegasystems Inc. All Rights Reserved.