Package exceptions.networkexceptions
Class ResourceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- exceptions.networkexceptions.ResourceNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
@ResponseStatus(NOT_FOUND) public class ResourceNotFoundException extends java.lang.Exception
exception if server does not find requested resource- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceNotFoundException(java.lang.String message)
-