public class GRCTriggerException
extends TriggerException
Constructor and Description |
---|
GRCTriggerException(ErrorMessage errorMessage,
java.util.List<java.lang.Object> parameters,
java.lang.Throwable originalCause)
Constructs a new GRCTriggerException with the specified error message,
list of parameters and cause of the exception.
|
public GRCTriggerException(ErrorMessage errorMessage, java.util.List<java.lang.Object> parameters, java.lang.Throwable originalCause)
errorMessage
- (required) the system trigger error message from
ErrorMessageCache, the trigger error code is -72parameters
- (required) a List of Objects parameters to pass to the error
message to format. For trigger exception the first parameter
in the list should be the error message text as a StringoriginalCause
- (optional) another exception that caused this trigger error.
Licensed Materials - Property of IBM
© Copyright IBM Corp. 2013, 2018. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.