Class HuaweiCloudException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.netflix.spinnaker.kork.exceptions.SpinnakerException
com.netflix.spinnaker.kork.exceptions.IntegrationException
com.netflix.spinnaker.clouddriver.huaweicloud.exception.HuaweiCloudException
- All Implemented Interfaces:
com.netflix.spinnaker.kork.exceptions.HasAdditionalAttributes,Serializable
public class HuaweiCloudException
extends com.netflix.spinnaker.kork.exceptions.IntegrationException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHuaweiCloudException(String message) HuaweiCloudException(String doWhat, com.huawei.openstack4j.model.common.ActionResponse actionResponse) HuaweiCloudException(String doWhat, Exception e) -
Method Summary
Methods inherited from class com.netflix.spinnaker.kork.exceptions.SpinnakerException
getRetryable, getUserMessage, newInstance, setRetryableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.netflix.spinnaker.kork.exceptions.HasAdditionalAttributes
getAdditionalAttributes
-
Constructor Details
-
HuaweiCloudException
-
HuaweiCloudException
-
HuaweiCloudException
public HuaweiCloudException(String doWhat, com.huawei.openstack4j.model.common.ActionResponse actionResponse)
-