BCGReceiverException

This is a utility class which extends BCGException, which extends Exception. It has four distinct constructors:

public class BCGReceiverException extends BCGException {
                 public BCGReceiverException()
                 {}
 
                 public BCGReceiverException(String s)
                     {}
 
                 public BCGReceiverException(String s,
                                         String args,
                                                 String eventCode, 
                                                 String resourceId)
                     {}
 
                  public BCGReceiverException(String s,
                                                  String args,
                                                  String eventCode,
                                                  String resourceId,
                                                  Throwable th)
                     {}
}

Parameters

s
A generic description of the exception

args
Arguments used to raise the exception

eventCode
The event code associated with the exception

resourceID
The resource ID on which the event was raised

th
Throwable object used to raise the event

Copyright IBM Corp. 2003, 2004