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
Exception thrown when an entity already exists. Typically thrown on 409 for an initialized cluster.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAlreadyExistsException(org.apache.ignite.rest.client.invoker.ApiException e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AlreadyExistsException
public AlreadyExistsException(org.apache.ignite.rest.client.invoker.ApiException e)
-