public class PackageNotFoundException extends RuntimeException implements MAJException
Thrown when a given package identified with a package id cannot be found.
Equivalent C result code: AAFRESULT_MOB_NOT_FOUND 0x80120106
Package,
Serialized Form| Constructor and Description |
|---|
PackageNotFoundException()
Create a new package not found exception with no message.
|
PackageNotFoundException(String msg)
Create a new package not found exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PackageNotFoundException(String msg)
Create a new package not found exception with the given descriptive message.
msg - Message describing the exception.public PackageNotFoundException()
Create a new package not found exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.