Package de.mid.innovator.m2msdk.util.msg
Class AbortException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.mid.innovator.m2msdk.util.msg.M2MException
de.mid.innovator.m2msdk.util.msg.AbortException
- All Implemented Interfaces:
Serializable
Exception to abort the application.
- Version:
- 10.1.1
- Author:
- jmback
- See Also:
-
Field Summary
Fields inherited from class de.mid.innovator.m2msdk.util.msg.M2MException
msg -
Constructor Summary
ConstructorsConstructorDescriptionAbortException(SessionInterface iSession, Message msg) Construct an abort exception with a message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AbortException
Construct an abort exception with a message- Parameters:
iSession- sessionmsg- Message- Throws:
RemoteException
-