sdlip
Class SDLIPException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--sdlip.SDLIPException

public final class SDLIPException
extends java.lang.Exception

This is the exception throws by SDLIP methods.

See Also:
Serialized Form

Field Summary
static short BAD_QUERY_EXC
           
static short ILLEGAL_METHOD_EXC
           
static short INVALID_PROPERTY_EXC
           
static short INVALID_REQUEST_EXC
           
static short INVALID_SESSIONID_EXC
           
static short INVALID_SUBCOLLECTION_EXC
           
static short MALFORMED_XML_EXC
           
static short NOT_FOUND_EXC
           
static short NOT_IMPLEMENTED_EXC
           
static short PAYMENT_REQUIRED_EXC
           
static short QUERY_LANGUAGE_UNKNOWN_EXC
           
static short REQUEST_TIMEOUT_EXC
           
static short SERVER_ERROR_EXC
           
static short SERVICE_UNAVAILABLE_EXC
           
static short UNAUTHORIZED_EXC
           
 
Constructor Summary
SDLIPException(short code, java.lang.String description)
           
SDLIPException(short code, java.lang.String description, XMLObject details)
           
 
Method Summary
 short getCode()
           
 XMLObject getDetails()
           
 java.lang.String getReason()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INVALID_REQUEST_EXC

public static final short INVALID_REQUEST_EXC

UNAUTHORIZED_EXC

public static final short UNAUTHORIZED_EXC

PAYMENT_REQUIRED_EXC

public static final short PAYMENT_REQUIRED_EXC

NOT_FOUND_EXC

public static final short NOT_FOUND_EXC

ILLEGAL_METHOD_EXC

public static final short ILLEGAL_METHOD_EXC

REQUEST_TIMEOUT_EXC

public static final short REQUEST_TIMEOUT_EXC

QUERY_LANGUAGE_UNKNOWN_EXC

public static final short QUERY_LANGUAGE_UNKNOWN_EXC

BAD_QUERY_EXC

public static final short BAD_QUERY_EXC

INVALID_PROPERTY_EXC

public static final short INVALID_PROPERTY_EXC

INVALID_SESSIONID_EXC

public static final short INVALID_SESSIONID_EXC

INVALID_SUBCOLLECTION_EXC

public static final short INVALID_SUBCOLLECTION_EXC

MALFORMED_XML_EXC

public static final short MALFORMED_XML_EXC

SERVER_ERROR_EXC

public static final short SERVER_ERROR_EXC

NOT_IMPLEMENTED_EXC

public static final short NOT_IMPLEMENTED_EXC

SERVICE_UNAVAILABLE_EXC

public static final short SERVICE_UNAVAILABLE_EXC
Constructor Detail

SDLIPException

public SDLIPException(short code,
                      java.lang.String description)

SDLIPException

public SDLIPException(short code,
                      java.lang.String description,
                      XMLObject details)
Method Detail

getCode

public short getCode()

getReason

public java.lang.String getReason()

getDetails

public XMLObject getDetails()