com.stackmob.core
Class ServiceNotActivatedException

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

public class ServiceNotActivatedException
extends Exception

Thrown whenever a service has not been activated on the StackMob platform prior to trying to access it from custom code.

See Also:
Serialized Form

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

ServiceNotActivatedException

public ServiceNotActivatedException(String message)
Constructs a new service not activated exception with the specified detail message.

Parameters:
message - the message

ServiceNotActivatedException

public ServiceNotActivatedException(String message,
                                    Throwable cause)
Constructs a new service not activated exception with the specified detail message and cause.

Parameters:
message - the message
cause - the cause

ServiceNotActivatedException

public ServiceNotActivatedException(Throwable cause)
Constructs a new service not activated exception with the specified cause.

Parameters:
cause - the cause


Copyright © 2012 StackMob. All Rights Reserved.