com.gemstone.gemfire
Class UncreatedSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.NoSystemException
com.gemstone.gemfire.UncreatedSystemException
- All Implemented Interfaces:
- Serializable
public class UncreatedSystemException
- extends NoSystemException
An UncreatedSystemException is thrown when the specified
locator's directory or configuration file can not be found.
The most likely reasons for this are:
- The wrong locator directory was given.
- The locator was deleted or never created.
As of GemFire 5.0 this exception should be named UncreatedLocatorException.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UncreatedSystemException
public UncreatedSystemException(String message)
- Creates a new
UncreatedSystemException.
UncreatedSystemException
public UncreatedSystemException(String message,
Throwable cause)
- Creates a new
UncreatedSystemException with the given message
and cause.
Copyright © 2002-2009 GemStone Systems, Inc. All Rights Reserved.