public class DuplicatePrimaryPartitionException extends GemFireException
Constructor and Description |
---|
DuplicatePrimaryPartitionException()
Creates a new
DuplicatePrimaryPartitionException with no detailed message. |
DuplicatePrimaryPartitionException(String message)
Creates a new
DuplicatePrimaryPartitionException with the given detail message. |
DuplicatePrimaryPartitionException(String message,
Throwable cause)
Creates a new
DuplicatePrimaryPartitionException with the given detail message and
cause. |
DuplicatePrimaryPartitionException(Throwable cause)
Creates a new
DuplicatePrimaryPartitionException with the given cause and no
detail message |
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DuplicatePrimaryPartitionException()
DuplicatePrimaryPartitionException
with no detailed message.public DuplicatePrimaryPartitionException(String message)
DuplicatePrimaryPartitionException
with the given detail message.message
- the detail messagepublic DuplicatePrimaryPartitionException(Throwable cause)
DuplicatePrimaryPartitionException
with the given cause and no
detail messagecause
- the cause