@Internal public class StreamTaskException extends RuntimeException
Constructor and Description |
---|
StreamTaskException()
Creates a compiler exception with no message and no cause.
|
StreamTaskException(String message)
Creates a compiler exception with the given message and no cause.
|
StreamTaskException(String message,
Throwable cause)
Creates a compiler exception with the given message and cause.
|
StreamTaskException(Throwable cause)
Creates a compiler exception with the given cause and no message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StreamTaskException()
public StreamTaskException(String message)
message
- The message for the exception.public StreamTaskException(Throwable cause)
cause
- The Throwable that caused this exception.Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.