@ResponseStatus(value=NOT_FOUND) public class ResolvingException extends Exception
| Constructor and Description |
|---|
ResolvingException() |
ResolvingException(String message) |
ResolvingException(String message,
Throwable cause) |
ResolvingException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ResolvingException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResolvingException()
public ResolvingException(String message)
public ResolvingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public ResolvingException(Throwable cause)
Copyright © 2017. All rights reserved.