org.virtualbox_5_0
Class VBoxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.virtualbox_5_0.VBoxException
All Implemented Interfaces:
java.io.Serializable

public class VBoxException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
VBoxException(java.lang.String message)
           
VBoxException(java.lang.String message, java.lang.Throwable cause)
           
VBoxException(java.lang.String message, java.lang.Throwable cause, org.virtualbox_5_0.ObjectRefManager objMgr, org.virtualbox_5_0.jaxws.VboxPortType port)
           
 
Method Summary
 int getResultCode()
           
 IVirtualBoxErrorInfo getVirtualBoxErrorInfo()
           
 
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

VBoxException

public VBoxException(java.lang.String message)

VBoxException

public VBoxException(java.lang.String message,
                     java.lang.Throwable cause)

VBoxException

public VBoxException(java.lang.String message,
                     java.lang.Throwable cause,
                     org.virtualbox_5_0.ObjectRefManager objMgr,
                     org.virtualbox_5_0.jaxws.VboxPortType port)
Method Detail

getResultCode

public int getResultCode()

getVirtualBoxErrorInfo

public IVirtualBoxErrorInfo getVirtualBoxErrorInfo()