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 |
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PartitionNotAvailableException()
PartitionNotAvailableException
with no detailed message.public PartitionNotAvailableException(String message)
PartitionNotAvailableException
with the given detail message.message
- the detail messagepublic PartitionNotAvailableException(Throwable cause)
PartitionNotAvailableException
with the given cause and no detail
messagecause
- the cause