com.hazelcast.cloud.maven.exception.ClusterFailureException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hazelcast-cloud-maven-plugin Show documentation
Show all versions of hazelcast-cloud-maven-plugin Show documentation
Maven plugin for the operations with Hazelcast Cloud
package com.hazelcast.cloud.maven.exception;
public class ClusterFailureException extends RuntimeException {
public ClusterFailureException(String message) {
super(message);
}
}