Package org.libvirt
Class LibvirtException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.libvirt.LibvirtException
- All Implemented Interfaces:
Serializable
This exception is thrown by all classes and methods of libvirt when the
underlying libvirt library indicates an error
- Author:
- stoty
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getError
Returns the underlying Error objects that contains details about the cause of the exception- Returns:
- the underlying Error object
-