org.terracotta.cluster
Class UnclusteredObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.terracotta.cluster.UnclusteredObjectException
All Implemented Interfaces:
Serializable

public class UnclusteredObjectException
extends RuntimeException

This exception is thrown when an operation was performed on an object that is expected to be clustered in Terracotta

See Also:
Serialized Form

Constructor Summary
UnclusteredObjectException(Object unclusteredObject)
           
 
Method Summary
 Object getUnclusteredObject()
          Returns the unclustered object
 
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

UnclusteredObjectException

public UnclusteredObjectException(Object unclusteredObject)
Method Detail

getUnclusteredObject

public Object getUnclusteredObject()
Returns the unclustered object

Returns:
the unclustered object


Copyright © 2015 Terracotta, Inc.. All Rights Reserved.