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 Summary
ConstructorsConstructorDescriptionCreates 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, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StorageRuntimeException
Creates a new instance ofStorageRuntimeException.- Parameters:
msg- the error message
-
StorageRuntimeException
Creates a new instance ofStorageRuntimeException.- Parameters:
msg- the error messagecause- the cause
-