|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.connection.ConnectionFactoryException
public class ConnectionFactoryException
The base class for all connection service exceptions. This exception may wrap lower level exceptions.
Constructor Summary | |
---|---|
ConnectionFactoryException()
No-arg constructor. |
|
ConnectionFactoryException(java.lang.String msg)
Construct a connection factory exception with a message. |
|
ConnectionFactoryException(java.lang.String msg,
java.lang.Throwable nestedException)
Construct a connection factory exception with a message and a nested exception. |
|
ConnectionFactoryException(java.lang.Throwable nestedException)
Construct a connection factory exception with a nested exception. |
Method Summary | |
---|---|
java.lang.Throwable |
getRootException()
|
java.lang.Throwable |
getTargetException()
|
Constructor Detail |
---|
public ConnectionFactoryException()
public ConnectionFactoryException(java.lang.String msg)
msg
- a message providing further details about the exceptionpublic ConnectionFactoryException(java.lang.Throwable nestedException)
nestedException
- the exception that caused this exceptionpublic ConnectionFactoryException(java.lang.String msg, java.lang.Throwable nestedException)
msg
- a message providing further details about the exceptionnestedException
- the exception that caused this exceptionMethod Detail |
---|
public java.lang.Throwable getTargetException()
getTargetException
in interface com.sas.util.ChainedExceptionInterface
public java.lang.Throwable getRootException()
ChainedException.getRootException()
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |