Class BadRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.hc.core5.http.HttpException
-
- se.michaelthelin.spotify.exceptions.SpotifyWebApiException
-
- se.michaelthelin.spotify.exceptions.detailed.BadRequestException
-
- All Implemented Interfaces:
Serializable
public class BadRequestException extends SpotifyWebApiException
The request could not be understood by the server due to malformed syntax.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadRequestException()BadRequestException(String message)BadRequestException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-