public class ResourceUnavailableException extends java.lang.RuntimeException
This exception is thrown when a distribute request cannot be made due to high availability being disabled on a node.
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Serialization version.
|
Constructor and Description |
---|
ResourceUnavailableException()
Creates a ResourceUnavailableException exception.
|
ResourceUnavailableException(java.lang.String message)
Creates a ResourceUnavailableException exception.
|
ResourceUnavailableException(java.lang.String message,
java.lang.Throwable cause)
Creates a ResourceUnavailableException exception.
|
public static final long serialVersionUID
public ResourceUnavailableException()
public ResourceUnavailableException(java.lang.String message)
message
- String to include in the exception.public ResourceUnavailableException(java.lang.String message, java.lang.Throwable cause)
message
- Message to include in the exception.cause
- The Throwable causing the exception.