Package org.openbravo.exception
Class PoolNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openbravo.exception.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 Summary
Constructors Constructor Description PoolNotFoundException()
Constructs a new PoolNotFoundException with no detail message.PoolNotFoundException(String s)
Constructs a new PoolNotFoundException with the specified detail message.PoolNotFoundException(String s, Throwable t)
Constructs a new PoolNotFoundException with the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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
-
-