| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.tc.exception.TCRuntimeException
All known Subclasses: com.tc.bytes.TCBufferOverflowException, com.tc.exception.TCObjectNotSharableException, com.tc.exception.TCLogicalSubclassNotPortableException, com.tc.exception.ImplementMe, com.tc.util.TCDataFileLockingException, com.tc.bytes.TCBufferUnderflowException, com.tc.bytes.TCReadOnlyBufferException, com.tc.objectserver.managedobject.bytecode.ClassNotCompatableException, com.tc.objectserver.persistence.sleepycat.DBException, com.tc.exception.TCClassNotFoundException, com.tc.util.TCAssertionError, com.tc.object.dna.api.DNAException, com.tc.object.InvalidConfigArgumentException, com.tc.exception.TCNotSupportedMethodException, com.tc.exception.TCClassNotAdaptableException,
TCRuntimeException | public class TCRuntimeException extends RuntimeException (Code) | | The base class for all runtime (non-checked) Terracotta exceptions. Normal production code should never catch this.
|
TCRuntimeException | public TCRuntimeException()(Code) | | |
TCRuntimeException | public TCRuntimeException(String message)(Code) | | |
|
|