Class PoolNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class PoolNotFoundException
    extends Exception
    Thrown to indicate a pool does not exist.
    Version:
    1.0, 15/10/2001
    Author:
    Ismael Ciordia, Copyright © 2001
    See Also:
    Serialized Form
    • Constructor Detail

      • PoolNotFoundException

        public PoolNotFoundException()
        Constructs a new PoolNotFoundException with no detail message.
      • PoolNotFoundException

        public PoolNotFoundException​(String s)
        Constructs a new PoolNotFoundException with the specified detail message.
        Parameters:
        s - the detail message
      • PoolNotFoundException

        public PoolNotFoundException​(String s,
                                     Throwable t)
        Constructs a new PoolNotFoundException with the specified detail message.
        Parameters:
        s - the detail message
        t - the exception cause