Class MavenSnapshotCheckException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jenkins.plugins.mvn_snapshot_check.MavenSnapshotCheckException
-
- All Implemented Interfaces:
Serializable
public class MavenSnapshotCheckException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MavenSnapshotCheckException()
MavenSnapshotCheckException(String message)
MavenSnapshotCheckException(String message, Throwable cause)
MavenSnapshotCheckException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
MavenSnapshotCheckException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-