Uses of Class
com.ocient.transport.TransportException
Packages that use TransportException
-
Uses of TransportException in com.ocient.transport
Subclasses of TransportException in com.ocient.transportMethods in com.ocient.transport that return TransportExceptionModifier and TypeMethodDescriptiondefault TransportExceptionTransportResult.getException()static TransportExceptionCreates a newTransportExceptionobject with aFailModeofRECVand the specified cause.static TransportExceptionCreates a newTransportExceptionobject with aFailModeofSENDand the specified cause.Methods in com.ocient.transport with parameters of type TransportExceptionModifier and TypeMethodDescriptionstatic <T> TransportResult<T>TransportResult.fail(TransportException e) Creates a new instance ofTransportResultthat represents a failed I/O operation.static <T> CompletionStage<TransportResult<T>>TransportResult.failAsync(TransportException e) Creates a new completed stage that represents a failed execution of an I/O operation.static <T> CompletionStage<TransportResult<T>>TransportResult.failRecvAsync(TransportException e) Creates a new completed stage that represents a failed execution of an I/O operation.static <T> CompletionStage<TransportResult<T>>TransportResult.failSendAsync(TransportException e) Creates a new completed stage that represents a failed execution of an I/O operation.