Package exceptions.gui
Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- exceptions.gui.JatosException
-
- exceptions.gui.HttpException
-
- exceptions.gui.NotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotFoundException extends HttpException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class exceptions.gui.HttpException
httpStatusCode
-
-
Constructor Summary
Constructors Constructor Description NotFoundException(java.lang.String message)NotFoundException(java.lang.String message, ApiEnvelope.ErrorCode errorCode)
-
Method Summary
-
Methods inherited from class exceptions.gui.HttpException
getStatus
-
Methods inherited from class exceptions.gui.JatosException
asApiJsonNode, asApiJsValue
-
-
-
-
Constructor Detail
-
NotFoundException
public NotFoundException(java.lang.String message)
-
NotFoundException
public NotFoundException(java.lang.String message, ApiEnvelope.ErrorCode errorCode)
-
-