public class UnknownPackageException extends Exception
| Constructor and Description |
|---|
UnknownPackageException()
Creates a new instance of
UnknownPackageException without
detail message. |
UnknownPackageException(String msg)
Constructs an instance of
UnknownPackageException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownPackageException()
UnknownPackageException without
detail message.public UnknownPackageException(String msg)
UnknownPackageException with the
specified detail message.msg - the detail message.Copyright © 2017 TeleStax, Inc.. All Rights Reserved.