org.apache.commons.compress
Class ArchiveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.commons.compress.PackableObjectException
                  extended by org.apache.commons.compress.ArchiveException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnpackException

public class ArchiveException
extends PackableObjectException

Exception for the archiver.

See Also:
Serialized Form

Constructor Summary
ArchiveException()
          Calls the IOException constructor
ArchiveException(String message)
          Calls the super constructor with a message
ArchiveException(String message, Exception e)
          Calls the super constructor with a message and fills the stacktrace with the stacktrace of an exception
 
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

ArchiveException

public ArchiveException()
Calls the IOException constructor


ArchiveException

public ArchiveException(String message)
Calls the super constructor with a message

Parameters:
message - the message

ArchiveException

public ArchiveException(String message,
                        Exception e)
Calls the super constructor with a message and fills the stacktrace with the stacktrace of an exception

Parameters:
message - the message
e - the exception


Copyright © 2011 Apache Software Foundation. All Rights Reserved.