Save This Page
Home » openjdk-7 » javax » naming » [javadoc | source]
javax.naming
public class: LinkLoopException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         javax.naming.NamingException
            javax.naming.LinkException
               javax.naming.LinkLoopException

All Implemented Interfaces:
    Serializable

This exception is thrown when a loop was detected will attempting to resolve a link, or an implementation specific limit on link counts has been reached.

Synchronization and serialization issues that apply to LinkException apply directly here.

Fields inherited from javax.naming.LinkException:
linkResolvedName,  linkResolvedObj,  linkRemainingName,  linkExplanation
Fields inherited from javax.naming.NamingException:
resolvedName,  resolvedObj,  remainingName,  rootException
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public LinkLoopException() 
 public LinkLoopException(String explanation) 
    Constructs a new instance of LinkLoopException with an explanation All the other fields are initialized to null.
    Parameters:
    explanation - A possibly null string containing additional detail about this exception.
    Also see:
    java.lang.Throwable#getMessage
Methods from javax.naming.LinkException:
getLinkExplanation,   getLinkRemainingName,   getLinkResolvedName,   getLinkResolvedObj,   setLinkExplanation,   setLinkRemainingName,   setLinkResolvedName,   setLinkResolvedObj,   toString,   toString
Methods from javax.naming.NamingException:
appendRemainingComponent,   appendRemainingName,   getCause,   getExplanation,   getRemainingName,   getResolvedName,   getResolvedObj,   getRootCause,   initCause,   setRemainingName,   setResolvedName,   setResolvedObj,   setRootCause,   toString,   toString
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait