public class CacheRuntimeException extends PRRuntimeError
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | COPYRIGHT | 
| static java.lang.String | VERSION | 
| Constructor and Description | 
|---|
| CacheRuntimeException(java.lang.String aMsg)Creates an exception | 
| CacheRuntimeException(java.lang.String aMsg,
                     java.lang.Throwable aCause)Creates a cache runtime exception that was triggered
 by another exception or error. | 
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public CacheRuntimeException(java.lang.String aMsg)
aMsg - the messagepublic CacheRuntimeException(java.lang.String aMsg,
                     java.lang.Throwable aCause)
aMsg - the messageaCause - the exception that caused thisCopyright © 2014 Pegasystems Inc. All Rights Reserved.