public class JndiException extends RuntimeException
JNDI関連エラーを表現する。
JndiExceptionクラスは、RuntimeExceptionクラスのサブクラスである。 JndiExceptionをスローする場合には、そのメソッドのthorws句に明示的に記述する 必要はない。コンストラクタと説明 |
---|
JndiException(String message,
Throwable cause)
コンストラクタ。
|
JndiException(Throwable cause)
コンストラクタ。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2014 NTT DATA Corporation.