Class ActivationException

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        serialVersionUID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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