Package org.libvirt

Class ErrorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ErrorException
    extends java.lang.Exception
    Deprecated.
    This exception signals that a non-existing object was retrieved from the virError object
    Author:
    stoty
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorException​(java.lang.String message)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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.