Package org.openbravo.exception
Class NoConnectionAvailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openbravo.exception.NoConnectionAvailableException
-
- All Implemented Interfaces:
Serializable
public class NoConnectionAvailableException extends Exception
Thrown to indicate that database connection does not exist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoConnectionAvailableException()
Constructs a new NoConnectionAvailableException with no detail message.NoConnectionAvailableException(String s)
Constructs a new NoConnectionAvailableException 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
-
NoConnectionAvailableException
public NoConnectionAvailableException()
Constructs a new NoConnectionAvailableException with no detail message.
-
NoConnectionAvailableException
public NoConnectionAvailableException(String s)
Constructs a new NoConnectionAvailableException with the specified detail message.- Parameters:
s
- the detail message
-
-