com.spotinst.sdkjava.exception.SpotinstNotSupportedException Maven / Gradle / Ivy
package com.spotinst.sdkjava.exception;
/**
* Base class for all exceptions thrown by the spotinst SDK.
* Exception may be a client side com.spotinst.sdkjava.exception or an unmarshalled service com.spotinst.sdkjava.exception.
*/
public class SpotinstNotSupportedException extends RuntimeException {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy