org.jenkinsci.plugins.vsphere.tools
Class VSphereException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jenkinsci.plugins.vsphere.tools.VSphereException
All Implemented Interfaces:
Serializable

public class VSphereException
extends Exception

See Also:
Serialized Form

Constructor Summary
VSphereException()
           
VSphereException(String message)
           
VSphereException(String message, Throwable cause)
           
VSphereException(Throwable cause)
           
 
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

VSphereException

public VSphereException()

VSphereException

public VSphereException(String message)

VSphereException

public VSphereException(String message,
                        Throwable cause)

VSphereException

public VSphereException(Throwable cause)


Copyright © 2004-2013. All Rights Reserved.