org.apache.commons.compress
Class UnpackException

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
                      extended by org.apache.commons.compress.UnpackException
All Implemented Interfaces:
Serializable

public class UnpackException
extends ArchiveException

Exception occurs when a exception within the unpack actions occurs.

See Also:
Serialized Form

Constructor Summary
UnpackException()
          Calls the super constructor
UnpackException(String message)
          Calls the super constructor with a message
UnpackException(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

UnpackException

public UnpackException()
Calls the super constructor


UnpackException

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

Parameters:
message - the message

UnpackException

public UnpackException(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.