Class ResponseException

All Implemented Interfaces:
Serializable

public class ResponseException extends RuntimeException
See Also:
  • Constructor Details

    • ResponseException

      public ResponseException(String message)
    • ResponseException

      public ResponseException(String message, Throwable cause)
    • ResponseException

      public ResponseException(String message, String title, Throwable cause)
    • ResponseException

      public ResponseException(Throwable cause)
  • Method Details