Class MTConnectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
se.conciliate.extensions.store.MTConnectException
All Implemented Interfaces:
Serializable

public class MTConnectException extends RuntimeException
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 Details

    • MTConnectException

      public MTConnectException()
    • MTConnectException

      public MTConnectException(String msg)
    • MTConnectException

      public MTConnectException(Throwable th)
    • MTConnectException

      public MTConnectException(String message, Throwable cause)