|
Exception Summary |
| CompareException |
Thrown when diff between snapshots occured invalid condition. |
| MCMException |
This is super class of all Snapshot exceptions. |
| RestoreException |
Thrown when Snapshot or its components can not be restored
because of some exceptional condition during operation. |
| SnapshotConvertException |
Thrown when exception condition is met in Snapshot.shrink method call
and shrink operation couldnt be completed. |
| SnapshotCreationException |
Thrown when exceptional condition is met during Snapshot creation
and Snapshot creation couldnt be completed. |
| SnapshotDelException |
Thrown when exceptional condition happens during Snapshot deletion operation
and Snapshot deletion can not be completed. |
| SnapshotLockException |
Thrown when lock can not be placed on Snapshot object. |
| SnapshotNameConflictException |
Thrown when another snapshot with same name is found already exists in repository
during snapshot creation operation. |
| SnapshotUpdateException |
Thrown when Snapshot alteration or update fails because of a exceptional
condition is met. |
Provides support for metadata change management.