edu.ntnu.item.jt.VMware.errors
Class NoSnapshotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.ntnu.item.jt.VMware.errors.NoSnapshotAvailableException
All Implemented Interfaces:
Serializable

public class NoSnapshotAvailableException
extends Exception

Indicates that no snapshot is available for a given virtual machine.

Author:
Jøran Vagnby Lillesand
See Also:
Serialized Form

Constructor Summary
NoSnapshotAvailableException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSnapshotAvailableException

public NoSnapshotAvailableException()