@Internal public class StreamTaskException extends RuntimeException
构造器和说明 |
---|
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.
|
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–2022 The Apache Software Foundation. All rights reserved.