com.vmware.vcloud.sdk.exception
Class UnauthorizedAccessException

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

public class UnauthorizedAccessException
extends VCloudException

SDK Exception thrown when an unautorized login attempt is made.

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

Constructor Summary
UnauthorizedAccessException(String message)
          Constructor for the UnauthorizedAccessException
 
Method Summary
 
Methods inherited from class com.vmware.vcloud.sdk.VCloudException
getVcloudError
 
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

UnauthorizedAccessException

public UnauthorizedAccessException(String message)
Constructor for the UnauthorizedAccessException

Parameters:
message -


Copyright © 2016. All Rights Reserved.