com.gemstone.gemfire.cache.execute
Class EmtpyRegionFunctionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.execute.FunctionException
com.gemstone.gemfire.cache.execute.EmtpyRegionFunctionException
- All Implemented Interfaces:
- Serializable
public class EmtpyRegionFunctionException
- extends FunctionException
Exception to indicate that Region is empty for data aware functions.
- Since:
- 6.5
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EmtpyRegionFunctionException
public EmtpyRegionFunctionException(Throwable cause)
- Construct an instance of EmtpyRegionFunctionException
- Parameters:
cause
- a Throwable cause of this exception
EmtpyRegionFunctionException
public EmtpyRegionFunctionException(String msg)
- Construct an instance of EmtpyRegionFunctionException
- Parameters:
msg
- Exception message
EmtpyRegionFunctionException
public EmtpyRegionFunctionException(String msg,
Throwable cause)
- Construct an instance of EmtpyRegionFunctionException
- Parameters:
msg
- the error messagecause
- a Throwable cause of this exception
Copyright © 1997-2012 VMware, Inc. All rights reserved.