Class AlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gridgain.internal.cli.core.exception.AlreadyExistsException
All Implemented Interfaces:
Serializable

public class AlreadyExistsException extends RuntimeException
Exception thrown when an entity already exists. Typically thrown on 409 for an initialized cluster.
See Also:
  • Constructor Details

    • AlreadyExistsException

      public AlreadyExistsException(org.apache.ignite.rest.client.invoker.ApiException e)