com.ovh.ws.api
Class OvhWsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ovh.ws.api.OvhWsException
All Implemented Interfaces:
Serializable

public class OvhWsException
extends Exception

See Also:
Serialized Form

Nested Class Summary
static class OvhWsException.Category
           
static class OvhWsException.Type
           
 
Constructor Summary
OvhWsException(int status, String message)
           
OvhWsException(int status, String message, Throwable cause)
           
OvhWsException(OvhWsException.Type type, String message)
           
OvhWsException(OvhWsException.Type type, String message, Throwable cause)
           
 
Method Summary
 OvhWsException.Category getCategory()
           
 OvhWsException.Type getType()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getType

public OvhWsException.Type getType()

getCategory

public OvhWsException.Category getCategory()


Copyright © 2012 OVH. All Rights Reserved.