com.stackmob.core
Class ConfigVarServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stackmob.core.ConfigVarServiceException
- All Implemented Interfaces:
- Serializable
public class ConfigVarServiceException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConfigVarServiceException
public ConfigVarServiceException(String message)
- Constructs a new exception with the specified detail message.
- Parameters:
message - the message
ConfigVarServiceException
public ConfigVarServiceException(String message,
Throwable cause)
- Constructs a new exception with the specified detail message and cause.
- Parameters:
message - the messagecause - the cause
ConfigVarServiceException
public ConfigVarServiceException(Throwable cause)
- Constructs a new exception with the specified cause.
- Parameters:
cause - the cause
Copyright © 2013 StackMob. All Rights Reserved.