Gemfire JavaDocs_test
Package org.apache.geode
Class UncreatedSystemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.NoSystemException
-
- org.apache.geode.UncreatedSystemException
-
- All Implemented Interfaces:
java.io.Serializable
public class UncreatedSystemException extends NoSystemException
AnUncreatedSystemException
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
-
-
Constructor Summary
Constructors Constructor Description UncreatedSystemException(java.lang.String message)
Creates a newUncreatedSystemException
.UncreatedSystemException(java.lang.String message, java.lang.Throwable cause)
Creates a newUncreatedSystemException
with the given message and cause.
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-
-
-
Constructor Detail
-
UncreatedSystemException
public UncreatedSystemException(java.lang.String message)
Creates a newUncreatedSystemException
.- Parameters:
message
- the detail message
-
UncreatedSystemException
public UncreatedSystemException(java.lang.String message, java.lang.Throwable cause)
Creates a newUncreatedSystemException
with the given message and cause.- Parameters:
message
- the detail messagecause
- the cause
-
-