Class ForbiddenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.cdancy.bitbucket.rest.exception.ForbiddenException
-
- All Implemented Interfaces:
Serializable
public class ForbiddenException extends RuntimeException
Thrown when an action has breached the licensed user limit of the server, or degrading the authenticated user's permission level.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ForbiddenException()ForbiddenException(String arg0)ForbiddenException(String arg0, Throwable arg1)ForbiddenException(Throwable arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-