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