public class ArchiveAlgorithmException extends ArchiveException
m_cause| Constructor and Description |
|---|
ArchiveAlgorithmException()
Constructor for ArchiveAlgorithmException.
|
ArchiveAlgorithmException(java.lang.String s)
Constructor for ArchiveAlgorithmException.
|
ArchiveAlgorithmException(java.lang.String s,
java.lang.Exception inner)
Constructs an
ArchiveAlgorithmException with the
specified detail message that wraps an exception thrown inside
the Archive processing code. |
getCausepublic ArchiveAlgorithmException()
public ArchiveAlgorithmException(java.lang.String s)
s - the exception messagepublic ArchiveAlgorithmException(java.lang.String s,
java.lang.Exception inner)
ArchiveAlgorithmException with the
specified detail message that wraps an exception thrown inside
the Archive processing code.s - the detail messageinner - the exception thrown by the inner code