public class NotFoundException extends RuntimeException
Constructor and Description |
---|
NotFoundException()
Default constructor.
|
NotFoundException(String message)
Navigation exception thrown when routing fails due to a faulty navigation
target string.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotFoundException()
public NotFoundException(String message)
message
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage()
method.Copyright © 2018. All rights reserved.