Uses of Class
org.nuxeo.wopi.exception.WOPIException
-
Packages that use WOPIException Package Description org.nuxeo.wopi.exception org.nuxeo.wopi.jaxrs -
-
Uses of WOPIException in org.nuxeo.wopi.exception
Subclasses of WOPIException in org.nuxeo.wopi.exception Modifier and Type Class Description class
BadRequestException
class
ConflictException
class
InternalServerErrorException
class
NotFoundException
class
NotImplementedException
class
PreConditionFailedException
class
UnauthorizedException
-
Uses of WOPIException in org.nuxeo.wopi.jaxrs
Methods in org.nuxeo.wopi.jaxrs with parameters of type WOPIException Modifier and Type Method Description javax.ws.rs.core.Response
WOPIExceptionMapper. toResponse(WOPIException exception)
-