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
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 Summary
ConstructorDescriptionInternalServerErrorException
(String message) InternalServerErrorException
(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
-
Constructor Details
-
InternalServerErrorException
public InternalServerErrorException() -
InternalServerErrorException
-
InternalServerErrorException
-