Package org.iplass.mtp
Class SystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.iplass.mtp.MtpException
org.iplass.mtp.SystemException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlreadyInitializedException,EntityRuntimeException,EntityViewRuntimeException,FulltextSearchRuntimeException,IllegalDefinitionStateException,MailException,PushNotificationException,ServiceConfigrationException,SmsException,TaskCancelException,TaskTimeoutException,TransactionException,WebApiRuntimeException,WebhookException
システム例外を表す例外。
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSystemException(String message) SystemException(String message, Throwable cause) SystemException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SystemException
public SystemException() -
SystemException
-
SystemException
-
SystemException
-