public class AlreadyExistsException extends ConnectorException
CreateApiOp
attempts
to create an object that exists prior to the method execution or
UpdateApiOp
attempts
to rename an object to that exists prior to the method execution.Constructor and Description |
---|
AlreadyExistsException() |
AlreadyExistsException(String message) |
AlreadyExistsException(String message,
Throwable ex) |
AlreadyExistsException(Throwable ex) |
Modifier and Type | Method and Description |
---|---|
Uid |
getUid() |
AlreadyExistsException |
initUid(Uid uid)
Sets the Uid of existing Object.
|
rethrow, wrap
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AlreadyExistsException()
ConnectorException()
public AlreadyExistsException(String message)
ConnectorException(String)
public AlreadyExistsException(Throwable ex)
ConnectorException(Throwable)
public AlreadyExistsException(String message, Throwable ex)
ConnectorException(String, Throwable)
public Uid getUid()
public AlreadyExistsException initUid(Uid uid)
CreateOp
or
UpdateOp
should
set the object's Uid if available.uid
- The uid.Copyright © 2022. All rights reserved.