Package com.taskadapter.redmineapi
Class RedmineFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.taskadapter.redmineapi.RedmineException
-
- com.taskadapter.redmineapi.RedmineCommunicationException
-
- com.taskadapter.redmineapi.RedmineFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class RedmineFormatException extends RedmineCommunicationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RedmineFormatException(java.lang.String message)
RedmineFormatException(java.lang.String message, java.lang.Throwable cause)
RedmineFormatException(java.lang.Throwable cause)
-