Class InternalServerErrorException

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.InternalServerErrorException
All Implemented Interfaces:
Serializable

public class InternalServerErrorException extends SpotifyWebApiException
You should never receive this error because our clever coders catch them all ... but if you are unlucky enough to get one, please report it to us.
See Also:
  • Constructor Details

    • InternalServerErrorException

      public InternalServerErrorException()
    • InternalServerErrorException

      public InternalServerErrorException(String message)
    • InternalServerErrorException

      public InternalServerErrorException(String message, Throwable cause)