org.apache.commons.compress.archivers.dump
Class DumpArchiveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.commons.compress.archivers.dump.DumpArchiveException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidFormatException, ShortFileException, UnrecognizedFormatException, UnsupportedCompressionAlgorithmException

public class DumpArchiveException
extends IOException

Dump Archive Exception

See Also:
Serialized Form

Constructor Summary
DumpArchiveException()
           
DumpArchiveException(String msg)
           
DumpArchiveException(String msg, Throwable cause)
           
DumpArchiveException(Throwable cause)
           
 
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

DumpArchiveException

public DumpArchiveException()

DumpArchiveException

public DumpArchiveException(String msg)

DumpArchiveException

public DumpArchiveException(Throwable cause)

DumpArchiveException

public DumpArchiveException(String msg,
                            Throwable cause)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.