com.gemstone.gemfire
Class ToDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.GemFireIOException
com.gemstone.gemfire.SerializationException
com.gemstone.gemfire.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:
- 6.5
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ToDataException
public ToDataException(String message)
- Creates a new
ToDataException with the given message
ToDataException
public ToDataException(String message,
Throwable cause)
- Creates a new
ToDataException with the given message
and cause.
Copyright © 1997-2011 VMware, Inc. All rights reserved.