Class ForbiddenException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class ForbiddenException extends BaseException
Created By Ibrahim Al-Tamimi Created At 5:06 PM, 14/06/2024
-
-
Constructor Summary
Constructors Constructor Description ForbiddenException(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
-
ForbiddenException
ForbiddenException(ErrorResponse error)
-
-
-
-