org.codehaus.mojo.appassembler.booter
Class InternalErrorException

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

public class InternalErrorException
extends Exception

Version:
$Id: InternalErrorException.java 6588 2008-03-28 12:22:57Z bentmann $
Author:
Trygve Laugstøl
See Also:
Serialized Form

Constructor Summary
InternalErrorException(String message)
           
InternalErrorException(String message, Throwable cause)
           
 
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

InternalErrorException

public InternalErrorException(String message)

InternalErrorException

public InternalErrorException(String message,
                              Throwable cause)


Copyright © 2006-2011 Codehaus. All Rights Reserved.