org.apache.commons.compress
Class CompressException

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.CompressException
All Implemented Interfaces:
Serializable

public class CompressException
extends PackableObjectException

Exception occurs when a exception within the compress actions occurs.

See Also:
Serialized Form

Constructor Summary
CompressException()
          Calls the IOException constructor
CompressException(String message)
          Calls the IOException constructor with a message
CompressException(String message, Exception e)
          Calls the IOException 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

CompressException

public CompressException()
Calls the IOException constructor


CompressException

public CompressException(String message)
Calls the IOException constructor with a message

Parameters:
message - the message

CompressException

public CompressException(String message,
                         Exception e)
Calls the IOException 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.