org.tynamo.exception
Class MetadataNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.tynamo.exception.TynamoRuntimeException
                  extended by org.tynamo.exception.MetadataNotFoundException
All Implemented Interfaces:
Serializable

public class MetadataNotFoundException
extends TynamoRuntimeException

See Also:
Serialized Form

Constructor Summary
MetadataNotFoundException(String message)
           
MetadataNotFoundException(String message, Throwable cause)
           
MetadataNotFoundException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.tynamo.exception.TynamoRuntimeException
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

MetadataNotFoundException

public MetadataNotFoundException(String message)

MetadataNotFoundException

public MetadataNotFoundException(String message,
                                 Throwable cause)

MetadataNotFoundException

public MetadataNotFoundException(Throwable cause)


Copyright © 2004-2013. All Rights Reserved.