Class StorageRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.core.NestedRuntimeException
-
- com.azure.spring.autoconfigure.storage.resource.StorageRuntimeException
-
- All Implemented Interfaces:
Serializable
public class StorageRuntimeException extends org.springframework.core.NestedRuntimeExceptionThe Azure Storage specificNestedRuntimeException.- Author:
- Warren Zhu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageRuntimeException(String msg)Creates a new instance ofStorageRuntimeException.StorageRuntimeException(String msg, Throwable cause)Creates a new instance ofStorageRuntimeException.
-
Method Summary
-
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
StorageRuntimeException
public StorageRuntimeException(String msg)
Creates a new instance ofStorageRuntimeException.- Parameters:
msg- the error message
-
StorageRuntimeException
public StorageRuntimeException(String msg, Throwable cause)
Creates a new instance ofStorageRuntimeException.- Parameters:
msg- the error messagecause- the cause
-
-