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
Base class for the WOPI endpoint exceptions.
- Since:
- 10.3
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
statusCode
protected final int statusCode
-
-
Constructor Details
-
WOPIException
public WOPIException(int statusCode)
-
-
Method Details
-
getStatusCode
public int getStatusCode()
-