public class ServiceLoaderUtilRuntimeException extends RuntimeException
コンストラクタと説明 |
---|
ServiceLoaderUtilRuntimeException()
|
ServiceLoaderUtilRuntimeException(String message)
エラーメッセージを指定して
ServiceLoaderUtilRuntimeException を生成します。 |
ServiceLoaderUtilRuntimeException(String message,
Throwable cause)
エラーメッセージ、原因を指定して
ServiceLoaderUtilRuntimeException を生成します。 |
ServiceLoaderUtilRuntimeException(Throwable cause)
原因を指定して
ServiceLoaderUtilRuntimeException を生成します。 |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServiceLoaderUtilRuntimeException()
public ServiceLoaderUtilRuntimeException(String message)
ServiceLoaderUtilRuntimeException
を生成します。message
- エラーメッセージpublic ServiceLoaderUtilRuntimeException(Throwable cause)
ServiceLoaderUtilRuntimeException
を生成します。cause
- 原因public ServiceLoaderUtilRuntimeException(String message, Throwable cause)
ServiceLoaderUtilRuntimeException
を生成します。message
- エラーメッセージcause
- 原因Copyright © 2012 NTT DATA INTRAMART CORPORATION