|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.stackmob.core.ServiceNotActivatedException
public class ServiceNotActivatedException
Thrown whenever a service has not been activated on the StackMob platform prior to trying to access it from custom code.
| 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 |
|---|
public ServiceNotActivatedException(String message)
message - the message
public ServiceNotActivatedException(String message,
Throwable cause)
message - the messagecause - the causepublic ServiceNotActivatedException(Throwable cause)
cause - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||