Class StorageRuntimeException

  • All Implemented Interfaces:
    Serializable

    public class StorageRuntimeException
    extends org.springframework.core.NestedRuntimeException
    The Azure Storage specific NestedRuntimeException.
    Author:
    Warren Zhu
    See Also:
    Serialized Form
    • Constructor Detail

      • 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