Class RepositoryNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.jenkins.lastchanges.exception.LastChangesException
-
- com.github.jenkins.lastchanges.exception.RepositoryNotFoundException
-
- All Implemented Interfaces:
Serializable
public class RepositoryNotFoundException extends LastChangesException
Created by rafael-pestano on 27/06/2016.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryNotFoundException()
RepositoryNotFoundException(String message)
RepositoryNotFoundException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-