-
- All Implemented Interfaces:
-
java.io.Serializable
public final class NotAcceptableException extends BaseException
Created By Ibrahim AlTamimi Created At 29, Thu Oct, 2020 Project radixhttps://arkitik.io
-
-
Constructor Summary
Constructors Constructor Description NotAcceptableException(ErrorResponse error)
-
Method Summary
Modifier and Type Method Description StringgetMessage()final ErrorResponsegetError()ThrowablegetCause()-
Methods inherited from class io.arkitik.radix.develop.shared.exception.NotAcceptableException
toString -
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
NotAcceptableException
NotAcceptableException(ErrorResponse error)
-
-
Method Detail
-
getMessage
String getMessage()
-
getError
final ErrorResponse getError()
-
-
-
-