com.pega.pegarules.pub.clipboard
Class VirtualPropertyException

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.clipboard.VirtualPropertyException
All Implemented Interfaces:
java.io.Serializable

public class VirtualPropertyException
extends PRRuntimeException

Exception thrown when a problem is encountered during usage of virtual clipboard properties, which are based on references to a database row set.

Version:
$Revision: 11546 $ $Date: 2011-06-15 17:12:16 -0400 (Wed, 15 Jun 2011) $
Author:
Tim Miranda
See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
 
Constructor Summary
VirtualPropertyException()
           
VirtualPropertyException(java.lang.String aMessage)
           
VirtualPropertyException(java.lang.String aMessageName, java.lang.String aMessageParms)
           
VirtualPropertyException(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

COPYRIGHT

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

VERSION

public static final java.lang.String VERSION
Constructor Detail

VirtualPropertyException

public VirtualPropertyException()

VirtualPropertyException

public VirtualPropertyException(java.lang.String aMessage)

VirtualPropertyException

public VirtualPropertyException(java.lang.String aMessage,
                                java.lang.Throwable aCause)

VirtualPropertyException

public VirtualPropertyException(java.lang.String aMessageName,
                                java.lang.String aMessageParms)


Copyright © 2012 Pegasystems Inc. All Rights Reserved.