org.tynamo.exception
Class TynamoRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.tynamo.exception.TynamoRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EmptyModelException

public class TynamoRuntimeException
extends RuntimeException

Runtime exceptions for Tynamo

Author:
Chris Nelson
See Also:
Serialized Form

Constructor Summary
TynamoRuntimeException(Exception e, Class entityType)
           
TynamoRuntimeException(String message)
           
TynamoRuntimeException(String message, Throwable cause)
           
TynamoRuntimeException(Throwable cause)
           
 
Method Summary
 Class getEntityType()
           
 
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

TynamoRuntimeException

public TynamoRuntimeException(Exception e,
                              Class entityType)

TynamoRuntimeException

public TynamoRuntimeException(String message)

TynamoRuntimeException

public TynamoRuntimeException(String message,
                              Throwable cause)

TynamoRuntimeException

public TynamoRuntimeException(Throwable cause)
Method Detail

getEntityType

public Class getEntityType()


Copyright © 2004-2012. All Rights Reserved.