Class NotAuthorizedException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class NotAuthorizedException extends BaseException
Created By Ibrahim AlTamimi Created At 29, Thu Oct, 2020 Project radix https://arkitik.io
-
-
Constructor Summary
Constructors Constructor Description NotAuthorizedException(ErrorResponse error)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class io.arkitik.radix.develop.shared.exception.BaseException
getError, getMessage, toString -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, 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
-
NotAuthorizedException
NotAuthorizedException(ErrorResponse error)
-
-
-
-