org.libvirt
Class VirErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.libvirt.VirErrorException
All Implemented Interfaces:
java.io.Serializable

public class VirErrorException
extends java.lang.Exception

This exception signals that a non-existing object was retrieved from the virError object

See Also:
Serialized Form

Constructor Summary
VirErrorException(java.lang.String message)
           
 
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

VirErrorException

public VirErrorException(java.lang.String message)