Uses of Class
com.ovh.ws.api.OvhWsException.Type

Packages that use OvhWsException.Type
com.ovh.ws.api   
 

Uses of OvhWsException.Type in com.ovh.ws.api
 

Methods in com.ovh.ws.api that return OvhWsException.Type
static OvhWsException.Type OvhWsException.Type.fromStatus(int status)
           
 OvhWsException.Type OvhWsException.getType()
           
static OvhWsException.Type OvhWsException.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OvhWsException.Type[] OvhWsException.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.ovh.ws.api with parameters of type OvhWsException.Type
OvhWsException(OvhWsException.Type type, String message)
           
OvhWsException(OvhWsException.Type type, String message, Throwable cause)
           
 



Copyright © 2012 OVH. All Rights Reserved.