public class NoMatchesException extends HandlerException
| Constructor and Description |
|---|
NoMatchesException()
Creates a new instance of
NoMatchesException without detail
message. |
NoMatchesException(String msg)
Constructs an instance of
NoMatchesException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoMatchesException()
NoMatchesException without detail
message.public NoMatchesException(String msg)
NoMatchesException with the
specified detail message.msg - the detail message.Copyright © 2017 DuraSpace. All Rights Reserved.