public class AuthorityControlException extends ContentsSearchException
コンストラクタと説明 |
---|
AuthorityControlException()
詳細メッセージおよび発生原因を持たない権限情報例外を作成します。
|
AuthorityControlException(String msg)
指定された詳細メッセージを使用して権限情報例外を作成します。
|
AuthorityControlException(String msg,
Throwable cause)
指定された詳細メッセージおよび発生原因を使用して権限情報例外を作成します。
|
AuthorityControlException(Throwable cause)
指定された発生原因を使用して権限情報例外を作成します。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthorityControlException()
public AuthorityControlException(String msg)
msg
- 詳細メッセージpublic AuthorityControlException(Throwable cause)
cause
- 発生原因Copyright © 2012 NTT DATA INTRAMART CORPORATION