com.stackmob.core
Class DatastoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stackmob.core.DatastoreException
All Implemented Interfaces:
Serializable

public class DatastoreException
extends Exception

Thrown when an error has occurred with the datastore.

See Also:
Serialized Form

Constructor Summary
DatastoreException(String message)
          Constructs a new datastore exception with the specified detail message.
DatastoreException(String message, Throwable cause)
          Constructs a new datastore exception with the specified detail message and cause.
DatastoreException(Throwable cause)
          Constructs a new datastore exception with the specified 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

DatastoreException

public DatastoreException(String message)
Constructs a new datastore exception with the specified detail message.

Parameters:
message - the message

DatastoreException

public DatastoreException(String message,
                          Throwable cause)
Constructs a new datastore exception with the specified detail message and cause.

Parameters:
message - the message
cause - the cause

DatastoreException

public DatastoreException(Throwable cause)
Constructs a new datastore exception with the specified cause.

Parameters:
cause - the cause


Copyright © 2012 StackMob. All Rights Reserved.