Class SystemException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlreadyInitializedException, EntityRuntimeException, EntityViewRuntimeException, FulltextSearchRuntimeException, IllegalDefinitionStateException, MailException, PushNotificationException, ServiceConfigrationException, SmsException, TaskCancelException, TaskTimeoutException, TransactionException, WebApiRuntimeException, WebhookException

public class SystemException extends MtpException
システム例外を表す例外。
See Also:
  • Constructor Details

    • SystemException

      public SystemException()
    • SystemException

      public SystemException(String message, Throwable cause)
    • SystemException

      public SystemException(String message)
    • SystemException

      public SystemException(Throwable cause)