public class PreconditionFailedException extends RenderingException
| Constructor and Description |
|---|
PreconditionFailedException()
Instantiates a new precondition failed exception.
|
PreconditionFailedException(String message)
Instantiates a new precondition failed exception.
|
PreconditionFailedException(String message,
Throwable cause)
Instantiates a new precondition failed exception.
|
PreconditionFailedException(Throwable cause)
Instantiates a new precondition failed exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PreconditionFailedException()
public PreconditionFailedException(String message, Throwable cause)
message - the messagecause - the causepublic PreconditionFailedException(String message)
message - the messagepublic PreconditionFailedException(Throwable cause)
cause - the causeCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.