public class PartitionNotAvailableException extends GemFireException
| Constructor and Description |
|---|
PartitionNotAvailableException()
Creates a new
PartitionNotAvailableException with no detailed
message. |
PartitionNotAvailableException(String message)
Creates a new
PartitionNotAvailableException with the given
detail message. |
PartitionNotAvailableException(String message,
Throwable cause)
Creates a new
PartitionNotAvailableException with the given
detail message and cause. |
PartitionNotAvailableException(Throwable cause)
Creates a new
PartitionNotAvailableException with the given
cause and no detail message |
getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PartitionNotAvailableException()
PartitionNotAvailableException with no detailed
message.public PartitionNotAvailableException(String message)
PartitionNotAvailableException with the given
detail message.public PartitionNotAvailableException(Throwable cause)
PartitionNotAvailableException with the given
cause and no detail messageCopyright © 1997-2017 Pivotal Software, Inc. All rights reserved.