public class InvalidEntityReferenceException extends RuntimeException
Constructor and Description |
---|
InvalidEntityReferenceException()
Create a new invalid entity reference exception.
|
InvalidEntityReferenceException(String message)
Create a new invalid entity reference exception with a message.
|
InvalidEntityReferenceException(String message,
Throwable throwable)
Create a new invalid entity reference exception with a message and a cause.
|
InvalidEntityReferenceException(Throwable throwable)
Create a new invalid entity reference exception with a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidEntityReferenceException()
public InvalidEntityReferenceException(String message)
message
- the messagepublic InvalidEntityReferenceException(String message, Throwable throwable)
message
- the messagethrowable
- the causepublic InvalidEntityReferenceException(Throwable throwable)
throwable
- the causeCopyright © 2004–2021 XWiki. All rights reserved.