Top Description Fields Constructors Methods
javax.naming

public Class MalformedLinkException

extends LinkException
Class Inheritance

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.

Authors
Rosanna Lee, Scott Seligman
Since
1.3
See Also
LinkRef#getLinkName, LinkRef

Field Summary

Modifier and TypeField and Description
private static final long
serialVersionUID

Hides javax.naming.LinkException.serialVersionUID.

Use serialVersionUID from JNDI 1.1.1 for interoperability
Inherited from javax.naming.LinkException:
linkExplanationlinkRemainingNamelinkResolvedNamelinkResolvedObj

Constructor Summary

AccessConstructor and Description
public
MalformedLinkException(String
A possibly null string containing additional detail about this exception.
explanation
)

Constructs a new instance of MalformedLinkException with an explanation.

public
MalformedLinkException()

Constructs a new instance of Malformed LinkException.

Method Summary

Inherited from javax.naming.LinkException:
getLinkExplanationgetLinkRemainingNamegetLinkResolvedNamegetLinkResolvedObjsetLinkExplanationsetLinkRemainingNamesetLinkResolvedNamesetLinkResolvedObjtoStringtoString

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides javax.naming.LinkException.serialVersionUID.

Use serialVersionUID from JNDI 1.1.1 for interoperability

Constructor Detail

MalformedLinkExceptionback to summary
public MalformedLinkException(String explanation)

Constructs a new instance of MalformedLinkException with an explanation. All the other fields are initialized to null.

Parameters
explanation:String

A possibly null string containing additional detail about this exception.

MalformedLinkExceptionback to summary
public MalformedLinkException()

Constructs a new instance of Malformed LinkException. All fields are initialized to null.