Package ats4.warn
Class TableAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ats4.warn.TableAccessException
-
- All Implemented Interfaces:
Serializable
public final class TableAccessException extends RuntimeException
データベースの疎通の障害を報告する例外です。- Since:
- 2022/07/17
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableAccessException(SQLException ex)
指定された例外を包みます。
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TableAccessException
public TableAccessException(SQLException ex)
指定された例外を包みます。- Parameters:
ex
- 原因となった例外
-
-