クラス So4jException

  • すべての実装されたインタフェース:
    java.io.Serializable

    public class So4jException
    extends java.lang.Exception

    SimpleORM4J例外クラス

     SimpleORM4Jでの処理中で例外が発生した場合に送出される例外です。
     アプリケーションロジック内で本例外を補足して、以下を取得することができる。
        1. 例外メッセージ:So4jException.getMessage()
        2. 原因例外:So4jException.getCause()
     
    関連項目:
    直列化された形式
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      So4jException​(java.lang.String message, java.lang.Throwable cause)
      コンストラクタ
    • メソッドの概要

      • クラスから継承されたメソッド java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • クラスから継承されたメソッド java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • コンストラクタの詳細

      • So4jException

        public So4jException​(java.lang.String message,
                             java.lang.Throwable cause)

        コンストラクタ

        パラメータ:
        message - 例外メッセージ
        cause - 原因例外