Class ApiException

All Implemented Interfaces:
Serializable

public class ApiException extends RuntimeException
See Also:
  • Constructor Details

    • ApiException

      public ApiException()
    • ApiException

      public ApiException(String message)
    • ApiException

      public ApiException(String message, Throwable cause)
    • ApiException

      public ApiException(Throwable cause)
    • ApiException

      public ApiException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)