public class InvalidPackageArchiveException extends Exception
| Constructor and Description |
|---|
InvalidPackageArchiveException() |
InvalidPackageArchiveException(String message) |
InvalidPackageArchiveException(String message,
Throwable cause) |
InvalidPackageArchiveException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidPackageArchiveException()
public InvalidPackageArchiveException(String message)
message - the error messagepublic InvalidPackageArchiveException(Throwable cause)
cause - the cause of the exceptionCopyright © 2015. All Rights Reserved.