public class EventStreamException extends Exception
| Constructor and Description |
|---|
EventStreamException()
Construct an EventStreamException.
|
EventStreamException(String message)
Construct an EventStreamException.
|
EventStreamException(String message,
Throwable cause)
Construct an EventStreamException.
|
EventStreamException(Throwable cause)
Construct an EventStreamException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EventStreamException()
public EventStreamException(String message)
message - the detail messagepublic EventStreamException(String message, Throwable cause)
message - the detail messagecause - the causepublic EventStreamException(Throwable cause)
cause - the causeCopyright © 2004–2017 XWiki. All rights reserved.