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

com.sas.services.connection
Class FatalConnectionFactoryException

com.sas.services.connection.FatalConnectionFactoryException
All Implemented Interfaces:
com.sas.util.ChainedExceptionInterface, java.io.Serializable

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.

See Also:
Serialized Form

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

FatalConnectionFactoryException

public FatalConnectionFactoryException()
No-arg constructor.


FatalConnectionFactoryException

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

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

FatalConnectionFactoryException

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

Parameters:
nestedException - the exception that caused this exception

FatalConnectionFactoryException

public FatalConnectionFactoryException(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

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.