Package com.jms.socialmedia.exception
Class NoBearerTokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.jms.socialmedia.exception.MySocialMediaException
-
- com.jms.socialmedia.exception.NoBearerTokenException
-
- All Implemented Interfaces:
Serializable
public class NoBearerTokenException extends MySocialMediaException
Thrown when the Authorization Header is not included in the HTTP Header or when the Bearer Token is not included in the Authorization Header- Author:
- Jason Sarwar
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoBearerTokenException()
NoBearerTokenException(String arg0)
NoBearerTokenException(String arg0, Throwable arg1)
NoBearerTokenException(String arg0, Throwable arg1, boolean arg2, boolean arg3)
NoBearerTokenException(Throwable arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-