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

Class FatalConnectionFactoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.services.connection.ConnectionFactoryException
com.sas.services.connection.FatalConnectionFactoryException
All Implemented Interfaces:
com.sas.util.ChainedExceptionInterface, Serializable

@SASScope("ALL") @BinaryCompatibilityOnly public class FatalConnectionFactoryException extends ConnectionFactoryException
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:
  • Constructor Summary

    Constructors
    Constructor
    Description
    No-arg constructor.
    Construct a connection factory exception with a message.
    FatalConnectionFactoryException(String msg, Throwable nestedException)
    Construct a connection factory exception with a message and a nested exception.
    FatalConnectionFactoryException(Throwable nestedException)
    Construct a connection factory exception with a nested exception.
  • Method Summary

    Methods inherited from class com.sas.services.connection.ConnectionFactoryException

    getRootException, getTargetException

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FatalConnectionFactoryException

      public FatalConnectionFactoryException()
      No-arg constructor.
    • FatalConnectionFactoryException

      public FatalConnectionFactoryException(String msg)
      Construct a connection factory exception with a message.
      Parameters:
      msg - a message providing further details about the exception
    • FatalConnectionFactoryException

      public FatalConnectionFactoryException(Throwable nestedException)
      Construct a connection factory exception with a nested exception.
      Parameters:
      nestedException - the exception that caused this exception
    • FatalConnectionFactoryException

      public FatalConnectionFactoryException(String msg, 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