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.
-
SDKException(String)
- SDKException constructor comment.
-
SDKException(String, String)
- SDKException constructor comment.
-
getMessage()
- Insert the method's description here.
SDKException
public SDKException(String s)
- SDKException constructor comment.
- Parameters:
- s - java.lang.String
SDKException
public SDKException(String s,
String c)
- SDKException constructor comment.
- Parameters:
- s - java.lang.String
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