Class ProjectConfException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.codecamp.messages.shared.conf.ProjectConfException
All Implemented Interfaces:
Serializable

public class ProjectConfException extends Exception
See Also:
  • Constructor Details

    • ProjectConfException

      public ProjectConfException(String message, String errorCode, Object... errorCodeArgs)
    • ProjectConfException

      public ProjectConfException(String message, Throwable cause, String errorCode, Object... errorCodeArgs)
  • Method Details

    • getErrorCode

      public String getErrorCode()
    • getErrorCodeArgs

      public Object[] getErrorCodeArgs()