JTR 5.0 API Documentation

jtr.enterprise
Class LocatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jtr.enterprise.LocatorException
All Implemented Interfaces:
java.io.Serializable

public class LocatorException
extends java.lang.Exception

This exception is thrown whenever a JNDI location operation fails.

Since:
1.0
Version:
5.0
Author:
Francesco Russo (frusso@dev.java.net)
See Also:
Serialized Form

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

LocatorException

public LocatorException()
Default constructor.


LocatorException

public LocatorException(java.lang.Throwable t)
Parameterized constructor.

Parameters:
t - The cause of the exception

LocatorException

public LocatorException(java.lang.String msg)
Parameterized constructor.

Parameters:
msg - The message

LocatorException

public LocatorException(java.lang.String msg,
                        java.lang.Throwable t)
Parameterized constructor.

Parameters:
msg - The message
t - The cause of the exception

The JTR Project is licensed under GPL version 2