javax.naming
public class: MalformedLinkException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.LinkException
javax.naming.MalformedLinkException
All Implemented Interfaces:
Serializable
This exception is thrown when a malformed link was encountered while
resolving or constructing a link.
Synchronization and serialization issues that apply to LinkException
apply directly here.
Also see:
- LinkRef#getLinkName
- LinkRef
- author:
Rosanna - Lee
- author:
Scott - Seligman
- since:
1.3 -
| Constructor: |
public MalformedLinkException() {
super();
}
Constructs a new instance of Malformed LinkException.
All fields are initialized to null. |
public MalformedLinkException(String explanation) {
super(explanation);
}
Constructs a new instance of MalformedLinkException with an explanation
All the other fields are initialized to null. Parameters:
explanation - A possibly null string containing additional
detail about this exception.
|
| 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 |