Class ServerErrorException

All Implemented Interfaces:
Serializable

public class ServerErrorException extends BitbucketClientException
The server responded with a 500 family exception.
See Also:
  • Constructor Details

    • ServerErrorException

      public ServerErrorException(String message, int responseCode, @Nullable String body)