Package org.nuxeo.wopi.exception
Class UnauthorizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.wopi.exception.WOPIException
-
- org.nuxeo.wopi.exception.UnauthorizedException
-
- All Implemented Interfaces:
Serializable
public class UnauthorizedException 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 UnauthorizedException()
-
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
-
-
-
-
Constructor Detail
-
UnauthorizedException
public UnauthorizedException()
-
-