public class AccessSecurityRuntimeException extends FoundationRuntimeException
| コンストラクタと説明 |
|---|
AccessSecurityRuntimeException()
コンストラクタ。
|
AccessSecurityRuntimeException(String message)
コンストラクタ。
|
AccessSecurityRuntimeException(String message,
Throwable cause)
コンストラクタ。
|
AccessSecurityRuntimeException(Throwable cause)
コンストラクタ。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AccessSecurityRuntimeException()
public AccessSecurityRuntimeException(String message)
message - メッセージpublic AccessSecurityRuntimeException(String message, Throwable cause)
message - メッセージcause - 原因となる例外public AccessSecurityRuntimeException(Throwable cause)
cause - 原因となる例外Copyright © 2012 NTT DATA INTRAMART CORPORATION