com.vmware.vcloud.sdk.exception
Class DuplicateNameException

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

public class DuplicateNameException
extends Exception

SDK Exception thrown when a resource is already existing with the same name.

Since:
API 5.1, SDK 5.1
Author:
Ecosystem Engineering
See Also:
Serialized Form

Constructor Summary
DuplicateNameException(String message)
          Constructor for the DuplicateNameException
 
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

DuplicateNameException

public DuplicateNameException(String message)
Constructor for the DuplicateNameException

Parameters:
message -


Copyright © 2016. All Rights Reserved.