com.vmware.vcloud.sdk
Class VCloudRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.vmware.vcloud.sdk.VCloudRuntimeException
All Implemented Interfaces:
Serializable

public class VCloudRuntimeException
extends RuntimeException

Vcloud Runtime Exception

See Also:
Serialized Form

Constructor Summary
VCloudRuntimeException(Exception e)
          Constructor
VCloudRuntimeException(String message)
          Constructor
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VCloudRuntimeException

public VCloudRuntimeException(String message)
Constructor

Parameters:
message -

VCloudRuntimeException

public VCloudRuntimeException(Exception e)
Constructor

Parameters:
e -


Copyright © 2016. All Rights Reserved.