***  This class provides Binary Compatibility only, not Source Compatibility  ***

com.sas.services.connection
Class ConnectionFactoryException

com.sas.services.connection.ConnectionFactoryException
All Implemented Interfaces:
com.sas.util.ChainedExceptionInterface, java.io.Serializable
Direct Known Subclasses:
ConnectionTimeoutException, FatalConnectionFactoryException, LoginException

public class ConnectionFactoryException
implements com.sas.util.ChainedExceptionInterface

The base class for all connection service exceptions. This exception may wrap lower level exceptions.

See Also:
Serialized Form

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

ConnectionFactoryException

public ConnectionFactoryException()
No-arg constructor.


ConnectionFactoryException

public ConnectionFactoryException(java.lang.String msg)
Construct a connection factory exception with a message.

Parameters:
msg - a message providing further details about the exception

ConnectionFactoryException

public ConnectionFactoryException(java.lang.Throwable nestedException)
Construct a connection factory exception with a nested exception.

Parameters:
nestedException - the exception that caused this exception

ConnectionFactoryException

public ConnectionFactoryException(java.lang.String msg,
                                  java.lang.Throwable nestedException)
Construct a connection factory exception with a message and a nested exception.

Parameters:
msg - a message providing further details about the exception
nestedException - the exception that caused this exception
Method Detail

getTargetException

public java.lang.Throwable getTargetException()
Specified by:
getTargetException in interface com.sas.util.ChainedExceptionInterface

getRootException

public java.lang.Throwable getRootException()
See Also:
ChainedException.getRootException()

***  This class provides Binary Compatibility only, not Source Compatibility  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.