public class ContentRewritingException extends RuntimeException
| Constructor and Description |
|---|
ContentRewritingException()
Constructs a new ContentRewritingException exception.
|
ContentRewritingException(String message)
Constructs a new ContentRewritingException exception with the given message.
|
ContentRewritingException(String message,
Throwable nested)
Constructs a new ContentRewritingException exception when the ContentRewritingException
needs to do the following: throw an exception include the "nested" exception include a description message.
|
ContentRewritingException(Throwable nested)
Constructs a new ContentRewritingException exception with the nested exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ContentRewritingException()
public ContentRewritingException(String message)
message - public ContentRewritingException(String message, Throwable nested)
message - nested - public ContentRewritingException(Throwable nested)
nested - Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.