Package com.jms.socialmedia.exception
Class MySocialMediaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.jms.socialmedia.exception.MySocialMediaException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadRequestException
,ConfigurationException
,DatabaseInsertException
,FailedLoginAttemptException
,ForbiddenException
,InvalidUserLoginStateException
,NoBearerTokenException
,NotFoundException
,UnsupportedContentTypeException
public class MySocialMediaException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MySocialMediaException()
MySocialMediaException(String arg0)
MySocialMediaException(String arg0, Throwable arg1)
MySocialMediaException(String arg0, Throwable arg1, boolean arg2, boolean arg3)
MySocialMediaException(Throwable arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-