|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.information.AutoConnectException
public class AutoConnectException
An exception class used to report failure to connect to a repository defined as auto-connect. This is to allow the client code to catch this and ignore it or act on as it sees fit.
Constructor Summary | |
---|---|
AutoConnectException()
Default constructor that uses a default exception message. |
|
AutoConnectException(java.lang.String message)
Constructs an instance using the specified message to detail the cause of the exception. |
|
AutoConnectException(java.lang.Throwable throwable,
java.lang.String message)
Constructs an instance using the specified message and a throwable that prompted creation of this service exception. |
Constructor Detail |
---|
public AutoConnectException()
public AutoConnectException(java.lang.String message)
message
- Exception message.public AutoConnectException(java.lang.Throwable throwable, java.lang.String message)
message
- Exception message.throwable
- Throwable that prompted the exception.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |