|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.compress.PackableObjectException
public class PackableObjectException
Exception for the archiver.
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 |
---|
public PackableObjectException()
public PackableObjectException(String message)
message
- the messagepublic PackableObjectException(String message, Exception e)
message
- the messagee
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |