BCGException を拡張するユーティリティー・クラスです。BCGException は Exception を拡張します。これには、4 つの別個のコンストラクターがあります。
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) {} }
パラメーター