Class WOPIException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadRequestException, ConflictException, InternalServerErrorException, NotFoundException, NotImplementedException, PreConditionFailedException, UnauthorizedException

public class WOPIException extends RuntimeException
Base class for the WOPI endpoint exceptions.
Since:
10.3
See Also:
  • Field Details

    • statusCode

      protected final int statusCode
  • Constructor Details

    • WOPIException

      public WOPIException(int statusCode)
  • Method Details

    • getStatusCode

      public int getStatusCode()