Package org.nuxeo.wopi.exception
Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.wopi.exception.WOPIException
-
- org.nuxeo.wopi.exception.NotFoundException
-
- All Implemented Interfaces:
Serializable
public class NotFoundException extends WOPIException
- Since:
- 10.3
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.nuxeo.wopi.exception.WOPIException
statusCode
-
-
Constructor Summary
Constructors Constructor Description NotFoundException()
-
Method Summary
-
Methods inherited from class org.nuxeo.wopi.exception.WOPIException
getStatusCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-