Uses of Enum Class
com.ocient.transport.TransportException.FailMode
Packages that use TransportException.FailMode
-
Uses of TransportException.FailMode in com.ocient.transport
Methods in com.ocient.transport that return TransportException.FailModeModifier and TypeMethodDescriptionTransportException.failMode()Returns the mode of the operation that failed.static TransportException.FailModeReturns the enum constant of this class with the specified name.static TransportException.FailMode[]TransportException.FailMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.ocient.transport with parameters of type TransportException.FailModeModifierConstructorDescriptionprotectedTransportException(TransportException.FailMode failMode, String message) Constructs a new TransportException with the specified error message.protectedTransportException(TransportException.FailMode failMode, String message, Throwable cause) Constructs a new TransportException with the specified fail mode and cause.protectedTransportException(TransportException.FailMode failMode, Throwable cause) Constructs a new TransportException with the specified fail mode and cause.