public class DaemonGeneratorException extends Exception
| Constructor and Description |
|---|
DaemonGeneratorException(String message)
Exception with message.
|
DaemonGeneratorException(String message,
Throwable cause)
The exception with an appropriate message and the cause of the failure.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DaemonGeneratorException(String message)
message - The message for the execption.Copyright © 2006-2013 Codehaus. All Rights Reserved.