Package org.nuxeo.wopi.exception
Class WOPIException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.wopi.exception.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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected intstatusCode
-
Constructor Summary
Constructors Constructor Description WOPIException(int statusCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetStatusCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-