org.terracotta.toolkit.object.serialization
Class NotSerializableRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.terracotta.toolkit.ToolkitRuntimeException
org.terracotta.toolkit.object.serialization.NotSerializableRuntimeException
- All Implemented Interfaces:
- Serializable
public class NotSerializableRuntimeException
- extends ToolkitRuntimeException
A runtime exception that is thrown when objects cannot be serialized. Its similar to java.io.NotSerializableException
in intent, but is an unchecked exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotSerializableRuntimeException
public NotSerializableRuntimeException()
NotSerializableRuntimeException
public NotSerializableRuntimeException(String message,
Throwable cause)
NotSerializableRuntimeException
public NotSerializableRuntimeException(String message)
NotSerializableRuntimeException
public NotSerializableRuntimeException(Throwable cause)
Copyright © 2014 Terracotta, Inc.. All Rights Reserved.