org.apache.commons.compress
Class PackableObjectException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArchiveException, CompressException

public class PackableObjectException
extends IOException

Exception for the archiver.

See Also:
Serialized Form

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

PackableObjectException

public PackableObjectException()
Calls the IOException constructor


PackableObjectException

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

Parameters:
message - the message

PackableObjectException

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