org.codehaus.plexus.archiver
Class UnArchiverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.plexus.archiver.UnArchiverException
All Implemented Interfaces:
java.io.Serializable

public class UnArchiverException
extends java.lang.Exception

Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
UnArchiverException(java.lang.String string)
           
UnArchiverException(java.lang.String string, java.lang.Throwable throwable)
           
UnArchiverException(java.lang.Throwable throwable)
           
 
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

UnArchiverException

public UnArchiverException(java.lang.String string)

UnArchiverException

public UnArchiverException(java.lang.String string,
                           java.lang.Throwable throwable)

UnArchiverException

public UnArchiverException(java.lang.Throwable throwable)


Copyright © 2001-2010 Codehaus. All Rights Reserved.