com.stackmob.core
Class ConfigVarServiceException

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

public class ConfigVarServiceException
extends Exception

See Also:
Serialized Form

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

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 message
cause - the cause

ConfigVarServiceException

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

Parameters:
cause - the cause


Copyright © 2012 StackMob. All Rights Reserved.