Class NoSuchPackageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.jackrabbit.vault.packaging.PackageException
-
- org.apache.jackrabbit.vault.packaging.NoSuchPackageException
-
- All Implemented Interfaces:
Serializable
public class NoSuchPackageException extends PackageException
Exception for errors where a specified package does not exist- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchPackageException()
NoSuchPackageException(String message)
NoSuchPackageException(String message, Throwable cause)
NoSuchPackageException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PackageId
getId()
NoSuchPackageException
setId(PackageId id)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
setId
public NoSuchPackageException setId(PackageId id)
-
-