パッケージ org.iplass.mtp

クラス SystemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.iplass.mtp.MtpException
org.iplass.mtp.SystemException
すべての実装されたインタフェース:
java.io.Serializable
直系の既知のサブクラス:
AlreadyInitializedException, EntityRuntimeException, EntityViewRuntimeException, FulltextSearchRuntimeException, IllegalDefinitionStateException, MailException, PushNotificationException, ServiceConfigrationException, SmsException, TaskCancelException, TaskTimeoutException, TransactionException, WebApiRuntimeException, WebhookException

public class SystemException
extends MtpException
システム例外を表す例外。
関連項目:
直列化された形式
  • コンストラクタの概要

    コンストラクタ 
    コンストラクタ 説明
    SystemException()  
    SystemException​(java.lang.String message)  
    SystemException​(java.lang.String message, java.lang.Throwable cause)  
    SystemException​(java.lang.Throwable cause)  
  • メソッドの概要

    クラスから継承されたメソッド java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • コンストラクタの詳細