Hitachi

Cosminexus V11 アプリケーションサーバ リファレンス API編


8.4 例外クラス

監査ログ出力で使用するAPIで発生する例外を表す,例外クラスについて説明します。

例外名

com.hitachi.software.auditlog.AuditLogException

内容

監査ログに関する例外を表すクラスです。

コンストラクタの型はExceptionクラスと同じです。また,メソッドについてもExceptionクラスのすべてのメソッドを継承しています。

コンストラクタ
  • AuditLogException()

  • AuditLogException(String message)

  • AuditLogException(String message, Throwable cause)

  • AuditLogException(Throwable cause)

これらのコンストラクタでは,Exceptionクラスのコンストラクタが呼び出されます。

メソッド

AuditLogExceptionクラスおよびExceptionクラスで定義されたメソッドはありません。

ExceptionクラスがThrowableクラスから継承したメソッドだけが使用できます。