Package de.codecamp.messages.shared.conf
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProjectConfException(String message, String errorCode, Object... errorCodeArgs)ProjectConfException(String message, Throwable cause, String errorCode, Object... errorCodeArgs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorCode()Object[]getErrorCodeArgs()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-