Package com.jms.socialmedia.exception
Class ForbiddenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.jms.socialmedia.exception.MySocialMediaException
-
- com.jms.socialmedia.exception.ForbiddenException
-
- All Implemented Interfaces:
Serializable
public class ForbiddenException extends MySocialMediaException
Thrown when the Bearer Token does not have the proper Permissions for the action being taken- Author:
- Jason Sarwar
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ForbiddenException()
ForbiddenException(String arg0)
ForbiddenException(String arg0, Throwable arg1)
ForbiddenException(String arg0, Throwable arg1, boolean arg2, boolean arg3)
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
-
-