StoreException Class

  • java.lang.Object
    • RuntimeException
      • com.microsoft.azure.elasticdb.shard.store.StoreException

public class StoreException

Representation of exceptions that occur during storage operations.

Constructor Summary

Constructor Description
StoreException()

Initializes a new instance with a specified error message.

StoreException(String message)

Initializes a new instance with a specified error message.

StoreException(String message, Exception inner)
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.

Constructor Details

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:

message - Error message.

StoreException

public StoreException(String message, Exception inner)

Parameters:

message
inner

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:

message - A message that describes the error
inner - The exception that is the cause of the current exception

Applies to

Azure SDK for Java

Latest