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