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