Class StorageRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
com.azure.spring.cloud.core.resource.StorageRuntimeException
All Implemented Interfaces:
Serializable

public final class StorageRuntimeException extends org.springframework.core.NestedRuntimeException
The Azure Storage specific NestedRuntimeException.
See Also:
  • Constructor Details

    • StorageRuntimeException

      public StorageRuntimeException(String msg)
      Creates a new instance of StorageRuntimeException.
      Parameters:
      msg - the error message
    • StorageRuntimeException

      public StorageRuntimeException(String msg, Throwable cause)
      Creates a new instance of StorageRuntimeException.
      Parameters:
      msg - the error message
      cause - the cause