ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / common / GoneException

GoneException

class GoneException : HttpErrorException

Exception indicating that a resource is gone, will be used through StatusPages feature to return the proper status code when this exception is thrown

Constructors

Name Summary
<init> Exception indicating that a resource is gone, will be used through StatusPages feature to return the proper status code when this exception is thrownGoneException(message: String = "", errorCode: ErrorCode? = null)