Package com.calumma.backend.exception
Class NotAcceptableParametersException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.calumma.backend.exception.NotAcceptableParametersException
-
- All Implemented Interfaces:
Serializable
public class NotAcceptableParametersException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotAcceptableParametersException(RequestError request)NotAcceptableParametersException(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestErrorgetRequest()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotAcceptableParametersException
public NotAcceptableParametersException(String message)
-
NotAcceptableParametersException
public NotAcceptableParametersException(RequestError request)
-
-
Method Detail
-
getRequest
public RequestError getRequest()
-
-