Class ApiApplicationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.jans.configapi.core.model.exception.ApiApplicationException
All Implemented Interfaces:
Serializable

public class ApiApplicationException extends Exception
See Also:
  • Constructor Details

    • ApiApplicationException

      public ApiApplicationException(int errorCode, String message)
  • Method Details

    • getErrorCode

      public int getErrorCode()
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable