public class AmbiguousNameException extends NameResolutionException
| Constructor and Description | 
|---|
| AmbiguousNameException(String msg)Constructs instance of AmbiguousNameException with error message | 
| AmbiguousNameException(String msg,
                      Throwable cause)Constructs instance of AmbiguousNameException with error message and cause | 
getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AmbiguousNameException(String msg)
msg - the error message