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:
    Serialized Form
    • Constructor Detail

      • 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.