|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.services.connection.FatalConnectionFactoryException
@SASScope(value="ALL") @BinaryCompatibilityOnly public class FatalConnectionFactoryException
A exception that is so severe that a factory which throws this exception can no longer be used. The factory will automatically destroy itself when it throws this exception.
| Constructor Summary | |
|---|---|
FatalConnectionFactoryException()
No-arg constructor. |
|
FatalConnectionFactoryException(java.lang.String msg)
Construct a connection factory exception with a message. |
|
FatalConnectionFactoryException(java.lang.String msg,
java.lang.Throwable nestedException)
Construct a connection factory exception with a message and a nested exception. |
|
FatalConnectionFactoryException(java.lang.Throwable nestedException)
Construct a connection factory exception with a nested exception. |
|
| Method Summary |
|---|
| Methods inherited from class com.sas.services.connection.ConnectionFactoryException |
|---|
getRootException, getTargetException |
| Constructor Detail |
|---|
public FatalConnectionFactoryException()
public FatalConnectionFactoryException(java.lang.String msg)
msg - a message providing further details about the exceptionpublic FatalConnectionFactoryException(java.lang.Throwable nestedException)
nestedException - the exception that caused this exception
public FatalConnectionFactoryException(java.lang.String msg,
java.lang.Throwable nestedException)
msg - a message providing further details about the exceptionnestedException - the exception that caused this exception
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||