com.pega.pegarules.pub.context
Class CryptographicException

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

public class CryptographicException
extends PRRuntimeException

Basic runtime exception used by PegaRULES classes. 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:
Gabe Ernst-Edwards
See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
 
Constructor Summary
CryptographicException()
          Default constructor with no message.
CryptographicException(java.lang.String aMessage)
          Constructor with a message.
CryptographicException(java.lang.String aMessage, java.lang.Throwable aCause)
          Constructor with a message and a cause.
CryptographicException(java.lang.Throwable aCause)
          Creates an exception that is caused by a particular Throwable.
 
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

CryptographicException

public CryptographicException()
Default constructor with no message.


CryptographicException

public CryptographicException(java.lang.Throwable aCause)
Creates an exception that is caused by a particular Throwable.

Parameters:
aCause - the Throwable that caused this exception

CryptographicException

public CryptographicException(java.lang.String aMessage)
Constructor with a message. The severity of this exception defaults to ProcessingStatus.SEVERITY_FAIL.

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

CryptographicException

public CryptographicException(java.lang.String aMessage,
                              java.lang.Throwable aCause)
Constructor with a message and a cause. The severity of this exception defaults to ProcessingStatus.SEVERITY_FAIL.

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