Package org.apache.maven.shared.io.scan
Class InclusionScanException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.shared.io.scan.InclusionScanException
-
- All Implemented Interfaces:
java.io.Serializable
public class InclusionScanException extends java.lang.Exception
- Version:
- $Id: InclusionScanException.java 1719050 2015-12-10 10:18:42Z khmarbaise $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InclusionScanException(java.lang.String message)
InclusionScanException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Constructor Detail
-
InclusionScanException
public InclusionScanException(java.lang.String message)
- Parameters:
message
- The message.
-
InclusionScanException
public InclusionScanException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- The message.cause
- The cause of the error.
-
-