Class HessianConnectionException

All Implemented Interfaces:
Serializable

public class HessianConnectionException extends HessianException
Exception caused by failure of the client proxy to connect to the server.
See Also:
  • Constructor Details

    • HessianConnectionException

      public HessianConnectionException()
      Zero-arg constructor.
    • HessianConnectionException

      public HessianConnectionException(String message)
      Create the exception.
    • HessianConnectionException

      public HessianConnectionException(String message, Throwable rootCause)
      Create the exception.
    • HessianConnectionException

      public HessianConnectionException(Throwable rootCause)
      Create the exception.