public class NotFoundResourceHandlerException extends ResourceReferenceHandlerException
Constructor and Description |
---|
NotFoundResourceHandlerException(ResourceReference reference)
Construct a new exception with the specified detail message.
|
NotFoundResourceHandlerException(ResourceReference resource,
Throwable throwable)
Construct a new exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotFoundResourceHandlerException(ResourceReference reference)
reference
- the resource reference for which no Resource Handler could be foundpublic NotFoundResourceHandlerException(ResourceReference resource, Throwable throwable)
resource
- the resource for which no Action could be foundthrowable
- the cause. This can be retrieved later by the Throwable.getCause() method. (A null value
is permitted, and indicates that the cause is nonexistent or unknown)Copyright © 2004–2021 XWiki. All rights reserved.