public class NotFoundException extends Exception
| Constructor and Description |
|---|
NotFoundException()
Constructs a NotFoundException without a detail message.
|
NotFoundException(String message)
Constructs a NotFoundException with a detail message.
|
NotFoundException(String message,
Throwable cause)
Constructs a NotFoundException with a detail message and a cause.
|
NotFoundException(Throwable cause)
Constructs a NotFoundException with a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotFoundException()
public NotFoundException(String message)
public NotFoundException(Throwable cause)
Copyright © 2009–2021 Opencast Project. All rights reserved.