com.ovh.ws.api
Class OvhWsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ovh.ws.api.OvhWsException
- All Implemented Interfaces:
- Serializable
public class OvhWsException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OvhWsException
public OvhWsException(OvhWsException.Type type,
String message)
OvhWsException
public OvhWsException(OvhWsException.Type type,
String message,
Throwable cause)
OvhWsException
public OvhWsException(int status,
String message)
OvhWsException
public OvhWsException(int status,
String message,
Throwable cause)
getType
public OvhWsException.Type getType()
getCategory
public OvhWsException.Category getCategory()
Copyright © 2012 OVH. All Rights Reserved.