Class TransportBindingException

All Implemented Interfaces:
Serializable

public class TransportBindingException extends RuntimeException
Exception that comes up while a transport binding processes a network request.
See Also:
  • Constructor Details

    • TransportBindingException

      public TransportBindingException()
    • TransportBindingException

      public TransportBindingException(String message)
    • TransportBindingException

      public TransportBindingException(String message, Throwable cause)
    • TransportBindingException

      public TransportBindingException(Throwable cause)
    • TransportBindingException

      public TransportBindingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)