Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.ws.rs.WebApplicationException
-
- org.gcube.datatransfer.resolver.services.exceptions.NotFoundException
-
- All Implemented Interfaces:
Serializable
public class NotFoundException extends javax.ws.rs.WebApplicationExceptionThe Class NotFoundException.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Oct 23, 2018
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException(javax.servlet.http.HttpServletRequest request, javax.ws.rs.core.Response.Status httpReturnStatus, String message, Class thrownBySource, URI help)Instantiates a new not found exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotFoundException
public NotFoundException(javax.servlet.http.HttpServletRequest request, javax.ws.rs.core.Response.Status httpReturnStatus, String message, Class thrownBySource, URI help)Instantiates a new not found exception.- Parameters:
request- the requesthttpReturnStatus- the http return statusmessage- the messagethrownBySource- the thrown by sourcehelp- the help
-
-