Package hudson
Class FilePath.FileMaskNoMatchesFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.InterruptedException
-
- hudson.FilePath.FileMaskNoMatchesFoundException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FilePath
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static class FilePath.FileMaskNoMatchesFoundException extends InterruptedException
A dedicated subtype ofInterruptedException
for when no matching Ant file mask matches are found.- See Also:
ArtifactArchiver
, Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-