|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jtr.enterprise.LocatorException
public class LocatorException
This exception is thrown whenever a JNDI location operation fails.
Constructor Summary | |
---|---|
LocatorException()
Default constructor. |
|
LocatorException(java.lang.String msg)
Parameterized constructor. |
|
LocatorException(java.lang.String msg,
java.lang.Throwable t)
Parameterized constructor. |
|
LocatorException(java.lang.Throwable t)
Parameterized constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LocatorException()
public LocatorException(java.lang.Throwable t)
t
- The cause of the exceptionpublic LocatorException(java.lang.String msg)
msg
- The messagepublic LocatorException(java.lang.String msg, java.lang.Throwable t)
msg
- The messaget
- The cause of the exception
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |