org.terracotta.cluster
Class UnclusteredObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnclusteredObjectException
public UnclusteredObjectException(Object unclusteredObject)
getUnclusteredObject
public Object getUnclusteredObject()
- Returns the unclustered object
- Returns:
- the unclustered object
Copyright © 2015 Terracotta, Inc.. All Rights Reserved.