com.tc.cluster.exceptions
Class UnclusteredObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.tc.cluster.exceptions.UnclusteredObjectException
All Implemented Interfaces:
java.io.Serializable

public class UnclusteredObjectException
extends java.lang.RuntimeException

This exception is thrown when an operation was performed on an object that is expected to be clustered through DSO.

Since:
3.0.0
See Also:
Serialized Form

Constructor Summary
UnclusteredObjectException(java.lang.Object unclusteredObject)
           
 
Method Summary
 java.lang.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(java.lang.Object unclusteredObject)
Method Detail

getUnclusteredObject

public java.lang.Object getUnclusteredObject()
Returns the unclustered object

Returns:
the unclustered object


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