StoreException Class
- java.
lang. Object - RuntimeException
- com.
microsoft. azure. elasticdb. shard. store. StoreException
- com.
public class StoreException
Representation of exceptions that occur during storage operations.
Constructor | Description | |
---|---|---|
Store |
Initializes a new instance with a specified error message. |
|
Store |
Initializes a new instance with a specified error message. |
|
Store |
||
Store |
Initializes a new instance with a specified error message and a reference to the inner exception that is the cause of this exception. |
StoreException
public StoreException()
Initializes a new instance with a specified error message.
StoreException
public StoreException(String message)
Initializes a new instance with a specified error message.
Parameters:
StoreException
public StoreException(String message, Exception inner)
Parameters:
StoreException
public StoreException(String message, RuntimeException inner)
Initializes a new instance with a specified error message and a reference to the inner exception that is the cause of this exception.
Parameters: