Package se.conciliate.extensions.store
Class MTConnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
se.conciliate.extensions.store.MTConnectException
- All Implemented Interfaces:
Serializable
Thrown when connection to server was lost. Plugins can ignore
these exceptions and let the client handle it by showing the
user that the connection was lost and trying to reconnect.
- Since:
- 3.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMTConnectException
(String msg) MTConnectException
(String message, 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
-
MTConnectException
public MTConnectException() -
MTConnectException
-
MTConnectException
-
MTConnectException
-