Class ToDataException

All Implemented Interfaces:
Serializable

public class ToDataException extends SerializationException
A ToDataException is thrown during serialization if DataSerializable.toData(java.io.DataOutput) throws an exception or if DataSerializer.toData(java.lang.Object, java.io.DataOutput) is called and returns false.
Since:
GemFire 6.5
See Also:
  • Constructor Details

    • ToDataException

      public ToDataException(String message)
      Creates a new ToDataException with the given message
      Parameters:
      message - the detail message
    • ToDataException

      public ToDataException(String message, Throwable cause)
      Creates a new ToDataException with the given message and cause.
      Parameters:
      message - the detail message
      cause - the cause