Class HessianException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HessianConnectionException, HessianMethodSerializationException

public class HessianException extends RuntimeException
Base runtime exception for Hessian exceptions.
See Also:
  • Constructor Details

    • HessianException

      public HessianException()
      Zero-arg constructor.
    • HessianException

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

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

      public HessianException(Throwable rootCause)
      Create the exception.