com.sas.net.connect
Class ConnectLogException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sas.net.util.WrapperException
|
+--com.sas.net.connect.ConnectException
|
+--com.sas.net.connect.ConnectLogException
- All Implemented Interfaces:
- public class ConnectLogException
- extends ConnectException
The ConnectLogException class provides information about an error returned
in the SAS log.
Each ConnectLogException provides the following:
- A string describing the error. This is used as the Java Exception
message, and is available via the getMesage() method.
- An error code.
- See Also:
- Serialized Form
ConnectLogException
public ConnectLogException(int code,
String reason)
- Constructs a ConnectLogException.
- Parameters:
reason
- A description of the exception.code
- A specific exception code.
ConnectLogException
public ConnectLogException(String reason)
- Constructs a ConnectLogException.
- Parameters:
reason
- A description of the exception.code
- A specific exception code.
getErrorCode
public int getErrorCode()
- Gets the exception code.
- Overrides:
getErrorCode
in class ConnectException
- Returns:
- The ConnectLogException's code value.
Copyright © 2003 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 09 Jul 2004 16:13:36