org.usergrid.persistence.exceptions
Class UnexpectedEntityTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.usergrid.persistence.exceptions.PersistenceException
              extended by org.usergrid.persistence.exceptions.UnexpectedEntityTypeException
All Implemented Interfaces:
Serializable

public class UnexpectedEntityTypeException
extends PersistenceException

See Also:
Serialized Form

Constructor Summary
UnexpectedEntityTypeException()
           
UnexpectedEntityTypeException(String message)
           
UnexpectedEntityTypeException(String message, Throwable cause)
           
UnexpectedEntityTypeException(Throwable cause)
           
 
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

UnexpectedEntityTypeException

public UnexpectedEntityTypeException()

UnexpectedEntityTypeException

public UnexpectedEntityTypeException(String message,
                                     Throwable cause)

UnexpectedEntityTypeException

public UnexpectedEntityTypeException(String message)

UnexpectedEntityTypeException

public UnexpectedEntityTypeException(Throwable cause)


Copyright © 2013. All Rights Reserved.