Class VSphereException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jenkinsci.plugins.vsphere.tools.VSphereException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
VSphereDuplicateException, VSphereNotFoundException

public class VSphereException extends Exception
See Also:
  • Constructor Details

    • VSphereException

      public VSphereException()
    • VSphereException

      public VSphereException(String message)
    • VSphereException

      public VSphereException(String message, Throwable cause)
    • VSphereException

      public VSphereException(Throwable cause)