Class ContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
br.com.intersys.systextil.connection.DebugException
br.com.intersys.systextil.connection.ContextException
- All Implemented Interfaces:
Serializable
É lançada quando a referência JNDI para uma conexão a banco não é encontrada.
Pode ser utilizada para detectar que uma Thread
está rodando
após o contexto já ter sido encerrado.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class br.com.intersys.systextil.connection.DebugException
getSQLExceptionData
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContextException
public ContextException()
-