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
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 |
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
SDLIPException
public SDLIPException(short code,
java.lang.String description)
SDLIPException
public SDLIPException(short code,
java.lang.String description,
XMLObject details)
getCode
public short getCode()
getReason
public java.lang.String getReason()
getDetails
public XMLObject getDetails()