intra-mart(R) 6.0.13

jp.co.intra_mart.framework.system.exception
クラス SystemException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張jp.co.intra_mart.framework.system.exception.FrameworkException
              拡張jp.co.intra_mart.framework.system.exception.SystemException
すべての実装インタフェース:
Serializable
直系の既知のサブクラス:
DAOException, DataAccessException, DataConnectException, DataConnectorException, DataContainerException, DataManagerException, DataPropertyException, EventContainerException, EventException, EventListenerException, EventManagerException, EventPropertyException, EventTriggerException, HelperBeanException, IllegalSessionException, IllegalSystemException, IMContainerException, LogPropertyException, MessageManagerException, MessageManagerException, MessagePropertyException, MessagePropertyException, ServiceContainerException, ServiceControllerException, ServiceManagerException, ServicePropertyException, ServiceServletException, SessionFactoryException, SessionManagerException, SessionObjectException, SessionPropertyException, TransitionException, UserInfoException

public class SystemException
extends FrameworkException

フレームワーク内で発生したシステム例外です。

バージョン:
1.0
関連項目:
直列化された形式

コンストラクタの概要
SystemException()
          詳細メッセージを指定しないで SystemException を構築します。
SystemException(String msg)
          指定された詳細メッセージを持つ SystemException を構築します。
SystemException(String msg, Throwable throwable)
          指定された詳細メッセージとこの例外の発生原因となる例外を持つ SystemException を構築します。
SystemException(Throwable throwable)
          この例外の発生原因となる例外を持つ SystemException を構築します。
 
クラス jp.co.intra_mart.framework.system.exception.FrameworkException から継承したメソッド
getException, printStackTrace, printStackTrace, printStackTrace
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

SystemException

public SystemException()
詳細メッセージを指定しないで SystemException を構築します。


SystemException

public SystemException(String msg)
指定された詳細メッセージを持つ SystemException を構築します。

パラメータ:
msg - 詳細メッセージ

SystemException

public SystemException(Throwable throwable)
この例外の発生原因となる例外を持つ SystemException を構築します。

パラメータ:
throwable - この例外の発生原因となる例外

SystemException

public SystemException(String msg,
                       Throwable throwable)
指定された詳細メッセージとこの例外の発生原因となる例外を持つ SystemException を構築します。

パラメータ:
msg - 詳細メッセージ
throwable - この例外の発生原因となる例外

intra-mart(R) 6.0.13

Copyright © 2000-2009 NTT DATA INTRAMART CO.,LTD.. All Rights Reserved.