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 a RuntimeException.
- 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,
Throwable cause)
- Creates a new
ToDataException with the given message
and cause.
Copyright © 2002-2010 GemStone Systems, Inc. All Rights Reserved.