org.codehaus.mojo.appassembler.daemon
Class DaemonGeneratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.mojo.appassembler.daemon.DaemonGeneratorException
All Implemented Interfaces:
Serializable

public class DaemonGeneratorException
extends Exception

Version:
$Id: DaemonGeneratorException.java 18142 2013-04-01 12:09:59Z khmarbaise $
Author:
Trygve Laugstøl
See Also:
Serialized Form

Constructor Summary
DaemonGeneratorException(String message)
          Exception with message.
DaemonGeneratorException(String message, Throwable cause)
          The exception with an appropriate message and the cause of the failure.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DaemonGeneratorException

public DaemonGeneratorException(String message)
Exception with message.

Parameters:
message - The message for the execption.

DaemonGeneratorException

public DaemonGeneratorException(String message,
                                Throwable cause)
The exception with an appropriate message and the cause of the failure.

Parameters:
message - The message to show.
cause - The root cause.


Copyright © 2006-2013 Codehaus. All Rights Reserved.