org.tynamo.exception
Class TynamoRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TynamoRuntimeException
public TynamoRuntimeException(Exception e,
Class entityType)
TynamoRuntimeException
public TynamoRuntimeException(String message)
TynamoRuntimeException
public TynamoRuntimeException(String message,
Throwable cause)
TynamoRuntimeException
public TynamoRuntimeException(Throwable cause)
getEntityType
public Class getEntityType()
Copyright © 2004-2012. All Rights Reserved.