com.stackmob.core
Class InvalidSchemaException

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

public class InvalidSchemaException
extends Exception

Thrown when a create or update fails to properly conform to the expected datastore schema.

See Also:
Serialized Form

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

InvalidSchemaException

public InvalidSchemaException(String message)
Constructs a new invalid schema exception with the specified detail message.

Parameters:
message - the message

InvalidSchemaException

public InvalidSchemaException(String message,
                              Throwable cause)
Constructs a new invalid schema exception with the specified detail message and cause.

Parameters:
message - the message
cause - the cause

InvalidSchemaException

public InvalidSchemaException(Throwable cause)
Constructs a new invalid schema exception with the specified cause.

Parameters:
cause - the cause


Copyright © 2012 StackMob. All Rights Reserved.