public class StreamComponentUpdateException extends Exception
| Constructor and Description |
|---|
StreamComponentUpdateException(StreamComponent component) |
StreamComponentUpdateException(String message,
StreamComponent component) |
StreamComponentUpdateException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
StreamComponent component) |
StreamComponentUpdateException(String message,
Throwable cause,
StreamComponent component) |
StreamComponentUpdateException(Throwable cause,
StreamComponent component) |
| Modifier and Type | Method and Description |
|---|---|
StreamComponent |
getStreamComponent() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StreamComponentUpdateException(StreamComponent component)
public StreamComponentUpdateException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, StreamComponent component)
public StreamComponentUpdateException(String message, Throwable cause, StreamComponent component)
public StreamComponentUpdateException(String message, StreamComponent component)
public StreamComponentUpdateException(Throwable cause, StreamComponent component)
public StreamComponent getStreamComponent()
Copyright © 2019 JBoss by Red Hat. All rights reserved.