public class NotFoundException extends FedoraException
| Constructor and Description |
|---|
NotFoundException()
Default constructor.
|
NotFoundException(String message)
Constructor with reason.
|
NotFoundException(String message,
Throwable cause)
Constructor with reason and cause.
|
NotFoundException(Throwable cause)
Constructor with cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotFoundException()
public NotFoundException(String message)
message - Exception message.public NotFoundException(String message, Throwable cause)
message - Exception message.cause - Exception cause.public NotFoundException(Throwable cause)
cause - Exception cause.Copyright © 2013-2014 DuraSpace, Inc.. All Rights Reserved.