Package dev.tripswitch.admin
Class TransportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.tripswitch.TripSwitchException
dev.tripswitch.admin.TransportException
- All Implemented Interfaces:
Serializable
Thrown when a network or I/O failure occurs.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransportException(String message) TransportException(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
-
TransportException
-
TransportException
-