org.terracotta.toolkit.object.serialization
Class NotSerializableRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.terracotta.toolkit.ToolkitRuntimeException
                  extended by 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

Constructor Summary
NotSerializableRuntimeException()
           
NotSerializableRuntimeException(String message)
           
NotSerializableRuntimeException(String message, Throwable cause)
           
NotSerializableRuntimeException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.