Class CodeEntity
java.lang.Object
jakarta.ws.rs.core.GenericEntity<SerializableErrorEntity>
org.gcube.common.gxrest.response.entity.CodeEntity
An entity to wrap
SerializableErrorEntitys into a WebCodeException.- Author:
- Manuele Simi (ISTI CNR), Luca Frosini (ISTI-CNR)
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.ws.rs.core.GenericEntity
equals, getEntity, getRawType, getType, hashCode, toString
-
Constructor Details
-
CodeEntity
Creates a new code entity.- Parameters:
entity- the entity to wrap
-