Class EdcApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.dataspaceconnector.spi.EdcException
-
- org.eclipse.dataspaceconnector.spi.exception.EdcApiException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AuthenticationFailedException,NotAuthorizedException,ObjectExistsException,ObjectNotFoundException,ObjectNotModifiableException
public abstract class EdcApiException extends org.eclipse.dataspaceconnector.spi.EdcException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EdcApiException(java.lang.String message)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.StringgetType()
-