Class CMSException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CMSInputValidationException, CMSResourceDuplicateException, CMSResourceNotFoundException, CMSServerException, CMSUnauthorizedException

public class CMSException extends RuntimeException
Created by zhuyunli on 2018/12/20.
See Also:
  • Constructor Details

    • CMSException

      public CMSException(Integer code, String message, String[] parametersValues)
    • CMSException

      public CMSException(Integer code, String message, String[] parametersValues, Throwable cause)
    • CMSException

      public CMSException(Integer code, String message, Throwable cause, String[] parametersValues)
    • CMSException

      public CMSException(String message)
    • CMSException

      public CMSException(String message, Throwable cause)
    • CMSException

      public CMSException(Throwable cause)
    • CMSException

      public CMSException()
  • Method Details

    • getParametersValues

      public String[] getParametersValues()
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • getPrimaryMessage

      public String getPrimaryMessage()
    • getErrorCode

      public Integer getErrorCode()