Class HessianMethodSerializationException

All Implemented Interfaces:
Serializable

public class HessianMethodSerializationException extends HessianException
Exception for faults when the fault doesn't return a java exception. This exception is required for MicroHessianInput.
See Also:
  • Constructor Details

    • HessianMethodSerializationException

      public HessianMethodSerializationException()
      Zero-arg constructor.
    • HessianMethodSerializationException

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

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

      public HessianMethodSerializationException(Throwable cause)
      Create the exception.