Class ObjectExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.dataspaceconnector.spi.EdcException
-
- org.eclipse.dataspaceconnector.spi.exception.EdcApiException
-
- org.eclipse.dataspaceconnector.spi.exception.ObjectExistsException
-
- All Implemented Interfaces:
java.io.Serializable
public class ObjectExistsException extends EdcApiException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectExistsException(java.lang.Class<?> objectType, java.lang.String objectId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetType()
-
-
-
Method Detail
-
getType
public java.lang.String getType()
- Specified by:
getTypein classEdcApiException
-
-