public class AmbiguousNameException extends NameResolutionException
Constructor and Description |
---|
AmbiguousNameException(java.lang.String msg)
Constructs instance of AmbiguousNameException with error message
|
AmbiguousNameException(java.lang.String msg,
java.lang.Throwable cause)
Constructs instance of AmbiguousNameException with error message and cause
|
getRootCause
public AmbiguousNameException(java.lang.String msg)
msg
- the error messagepublic AmbiguousNameException(java.lang.String msg, java.lang.Throwable cause)
msg
- the error messagecause
- a Throwable that is a cause of this exception