Class HessianFieldException

All Implemented Interfaces:
Serializable

public class HessianFieldException extends HessianProtocolException
Exception during field reading.
See Also:
  • Constructor Details

    • HessianFieldException

      public HessianFieldException()
      Zero-arg constructor.
    • HessianFieldException

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

      public HessianFieldException(String message, Throwable cause)
      Create the exception.
    • HessianFieldException

      public HessianFieldException(Throwable cause)
      Create the exception.