org.apache.maven.plugin.assembly.archive
Class ArchiveExpansionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.plugin.assembly.archive.ArchiveExpansionException
All Implemented Interfaces:
Serializable

public class ArchiveExpansionException
extends Exception

Version:
$Id: ArchiveExpansionException.java 1639422 2014-11-13 18:08:07Z krosenvold $
See Also:
Serialized Form

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

ArchiveExpansionException

public ArchiveExpansionException(String message,
                                 Throwable error)
Parameters:
message - The message to use for this instance.
error - The error which has been thrown.

ArchiveExpansionException

public ArchiveExpansionException(String message)
Parameters:
message - The message.


Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.