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:

See Also:
Serialized Form

Constructor Summary
ConnectLogException(int code, String reason)
          Constructs a ConnectLogException.
ConnectLogException(String reason)
          Constructs a ConnectLogException.
 
Method Summary
 int getErrorCode()
          Gets the exception code.
 
Methods inherited from class com.sas.net.util.WrapperException
fillInStackTrace, getLocalizedMessage, getMessage, getNestedException, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
getCause, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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