Package io.ultreia.maven.gitlab
Class MilestoneNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.ultreia.maven.gitlab.MilestoneNotFoundException
-
- All Implemented Interfaces:
Serializable
public class MilestoneNotFoundException extends Exception
Created by tchemit on 20/02/17.- Author:
- Tony Chemit - dev@tchemit.fr
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MilestoneNotFoundException(String milestone)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MilestoneNotFoundException
public MilestoneNotFoundException(String milestone)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-