All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.util.SDKException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ups.xmlsdk.util.SDKException

public class SDKException
extends Exception
implements ErrorCodeList
This exception is used by the Software Development kits for unique exception definition.


Constructor Index

 o SDKException(String)
SDKException constructor comment.
 o SDKException(String, String)
SDKException constructor comment.

Method Index

 o getMessage()
Insert the method's description here.

Constructors

 o SDKException
 public SDKException(String s)
SDKException constructor comment.

Parameters:
s - java.lang.String
 o SDKException
 public SDKException(String s,
                     String c)
SDKException constructor comment.

Parameters:
s - java.lang.String

Methods

 o getMessage
 public String getMessage()
Insert the method's description here. Creation date: (10/31/00 2:15:17 PM)

Returns:
java.lang.String
Overrides:
getMessage in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index