Package com.taskadapter.redmineapi
Class RedmineConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.taskadapter.redmineapi.RedmineConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
public class RedmineConfigurationException extends java.lang.RuntimeException
Some Redmine configuration is not set properly. E.g. invalid port number is provided to RedmineManager class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RedmineConfigurationException(java.lang.String message, java.lang.NumberFormatException e)
-