Class BadRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.http.HttpException
-
- com.wrapper.spotify.exceptions.SpotifyWebApiException
-
- com.wrapper.spotify.exceptions.detailed.BadRequestException
-
- All Implemented Interfaces:
java.io.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(java.lang.String message)BadRequestException(java.lang.String message, java.lang.Throwable cause)
-