com.tc.object.dna.api
Class DNAException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.tc.exception.TCRuntimeException
                  extended by com.tc.object.dna.api.DNAException
All Implemented Interfaces:
java.io.Serializable

public class DNAException
extends TCRuntimeException

Generic exception thrown when working with DNA. Typically used a replacement for something like IOException or other non-Terracotta exception

See Also:
Serialized Form

Constructor Summary
DNAException()
           
DNAException(java.lang.Exception e)
           
DNAException(java.lang.String msg)
           
 
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

DNAException

public DNAException()

DNAException

public DNAException(java.lang.String msg)

DNAException

public DNAException(java.lang.Exception e)


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