Class ActivationException

All Implemented Interfaces:
Serializable

public class ActivationException extends PoolException
Thrown when an attempt to activate a pooled connection fails.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      serialVersionUID.
      See Also:
  • Constructor Details

    • ActivationException

      public ActivationException(String msg)
      Creates a new activation exception.
      Parameters:
      msg - describing this exception
    • ActivationException

      public ActivationException(Exception e)
      Creates a new activation exception.
      Parameters:
      e - pooling specific exception
    • ActivationException

      public ActivationException(String msg, Exception e)
      Creates a new activation exception.
      Parameters:
      msg - describing this exception
      e - pooling specific exception