public class UnrecognizedLinkNameException extends Exception
Constructor and Description |
---|
UnrecognizedLinkNameException()
Constructs a
UnrecognizedLinkNameException with no detail message. |
UnrecognizedLinkNameException(String message)
Constructs a
UnrecognizedLinkNameException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnrecognizedLinkNameException()
UnrecognizedLinkNameException
with no detail message.public UnrecognizedLinkNameException(String message)
UnrecognizedLinkNameException
with a detail message.message
- the message.