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()
      Constructs a new InternalServerErrorException with no detail message.
    • InternalServerErrorException

      public InternalServerErrorException(String message)
      Constructs a new InternalServerErrorException with the specified detail message.
      Parameters:
      message - the detail message
    • InternalServerErrorException

      public InternalServerErrorException(String message, Throwable cause)
      Constructs a new InternalServerErrorException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of this exception