org.libvirt
Class ErrorException

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

Deprecated.

public class ErrorException
extends java.lang.Exception

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

Author:
stoty
See Also:
Serialized Form

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

ErrorException

public ErrorException(java.lang.String message)
Deprecated.