Class AlreadyExistsExceptionHandler
java.lang.Object
org.gridgain.internal.cli.core.exception.handler.AlreadyExistsExceptionHandler
- All Implemented Interfaces:
org.apache.ignite.internal.cli.core.exception.ExceptionHandler<AlreadyExistsException>
public class AlreadyExistsExceptionHandler
extends Object
implements org.apache.ignite.internal.cli.core.exception.ExceptionHandler<AlreadyExistsException>
Exception handler for
AlreadyExistsException.-
Field Summary
Fields inherited from interface org.apache.ignite.internal.cli.core.exception.ExceptionHandler
DEFAULT, LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninthandle(org.apache.ignite.internal.cli.core.exception.ExceptionWriter err, AlreadyExistsException e)
-
Constructor Details
-
AlreadyExistsExceptionHandler
public AlreadyExistsExceptionHandler()
-
-
Method Details
-
handle
public int handle(org.apache.ignite.internal.cli.core.exception.ExceptionWriter err, AlreadyExistsException e) - Specified by:
handlein interfaceorg.apache.ignite.internal.cli.core.exception.ExceptionHandler<AlreadyExistsException>
-
applicableException
- Specified by:
applicableExceptionin interfaceorg.apache.ignite.internal.cli.core.exception.ExceptionHandler<AlreadyExistsException>
-