public class IllegalSystemException extends SystemException
コンストラクタと説明 |
---|
IllegalSystemException()
詳細メッセージを指定しないで
IllegalSystemException を構築します。 |
IllegalSystemException(String msg)
指定された詳細メッセージを持つ
IllegalSystemException を構築します。 |
IllegalSystemException(String msg,
Throwable throwable)
指定された詳細メッセージとこの例外の発生原因となる例外を持つ
IllegalSystemException を構築します。 |
IllegalSystemException(Throwable throwable)
この例外の発生原因となる例外を持つ
IllegalSystemException を構築します。 |
getException, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public IllegalSystemException()
IllegalSystemException
を構築します。public IllegalSystemException(String msg)
IllegalSystemException
を構築します。msg
- 詳細メッセージpublic IllegalSystemException(Throwable throwable)
IllegalSystemException
を構築します。throwable
- この例外の発生原因となる例外Copyright © 2012 NTT DATA INTRAMART CORPORATION