|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.net.sharenet.ShareNetException
public class ShareNetException
The ShareNetException class provides information about a SAS/SHARE server access error.
Each ShareNetException provides the following:
| Constructor Summary | |
|---|---|
ShareNetException(int code,
java.lang.String reason)
Constructs a ShareNetException object. |
|
ShareNetException(java.lang.String reason)
Constructs a ShareNetException object. |
|
| Method Summary | |
|---|---|
int |
getErrorCode()
Gets the exception code. |
| Constructor Detail |
|---|
public ShareNetException(int code,
java.lang.String reason)
reason - a description of the exception.code - a specific exception code.public ShareNetException(java.lang.String reason)
reason - a description of the exception.code - a specific exception code.| Method Detail |
|---|
public int getErrorCode()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||