Class ObjectNotModifiableException
- 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.ObjectNotModifiableException
-
- All Implemented Interfaces:
java.io.Serializable
public class ObjectNotModifiableException extends EdcApiException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectNotModifiableException(java.lang.String objectId, java.lang.String objectType)
-
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
-
-