Package jmri.util.prefs
Class HasConnectionButUnableToConnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jmri.util.prefs.InitializationException
jmri.util.prefs.HasConnectionButUnableToConnectException
- All Implemented Interfaces:
Serializable
An exception thrown then there is a configured connection, but JMRI is
unable to open that connection. For example, a LocoNet connection with a
LocoBufferUSB is configured but the LocoBufferUSB is not connected.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHasConnectionButUnableToConnectException(String message, String localized) HasConnectionButUnableToConnectException(String message, String localized, Throwable cause) -
Method Summary
Methods inherited from class jmri.util.prefs.InitializationException
getLocalizedMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HasConnectionButUnableToConnectException
-
HasConnectionButUnableToConnectException
-
HasConnectionButUnableToConnectException
-