Class PathNotValidException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- eu.dnetlib.uoamonitorservice.handlers.PathNotValidException
-
- All Implemented Interfaces:
Serializable
@ResponseStatus(NOT_FOUND) public class PathNotValidException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PathNotValidException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PathNotValidException
public PathNotValidException(String message)
-
-