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