com.vmware.vcloud.sdk.exception
Class ResourceNotAddedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vmware.vcloud.sdk.VCloudException
com.vmware.vcloud.sdk.exception.ResourceNotAddedException
- All Implemented Interfaces:
- Serializable
public class ResourceNotAddedException
- extends VCloudException
SDK Exception thrown when the created resource(media/vapptemplate) is not added to the catalog
via. catalog item.
- Since:
- API 5.1, SDK 5.1
- Author:
- Ecosystem Engineering
- See Also:
- Serialized Form
|
Method Summary |
com.vmware.vcloud.api.rest.schema.ReferenceType |
getResourceRef()
Returns the created resource reference. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResourceNotAddedException
public ResourceNotAddedException(VCloudException vcloudException,
com.vmware.vcloud.api.rest.schema.ReferenceType resourceRef)
- Constructor for the ResourceNotAddedException
- Parameters:
vcloudException - resourceRef -
getResourceRef
public com.vmware.vcloud.api.rest.schema.ReferenceType getResourceRef()
- Returns the created resource reference.
- Returns:
ReferenceType
Copyright © 2016. All Rights Reserved.