org.apache.maven.doxia.module.site.manager
public class SiteModuleNotFoundException extends Exception
Since: 1.0
Version: $Id: SiteModuleNotFoundException.java 566741 2007-08-16 15:01:27Z ltheussl $
Constructor Summary | |
---|---|
SiteModuleNotFoundException(String message)
Construct a new SiteModuleNotFoundException with the
specified detail message.
| |
SiteModuleNotFoundException(Throwable cause)
Constructs a new SiteModuleNotFoundException with the specified cause.
| |
SiteModuleNotFoundException(String message, Throwable cause)
Construct a new SiteModuleNotFoundException with the specified
detail message and cause.
|
Parameters: message The detailed message. This can later be retrieved by the Throwable.getMessage() method.
Parameters: cause the cause. This can be retrieved later by the Throwable.getCause() method. (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
Parameters: message The detailed message. This can later be retrieved by the Throwable.getMessage() method. cause The cause. This can be retrieved later by the Throwable.getCause() method. (A null value is permitted, and indicates that the cause is nonexistent or unknown.)