public class TokenFlowException extends IOException
| Constructor and Description |
|---|
TokenFlowException()
Creates a new exception instances.
|
TokenFlowException(String message)
Creates a new exception instances.
|
TokenFlowException(String message,
Throwable cause)
Creates a new exception instances.
|
TokenFlowException(Throwable cause)
Creates a new exception instances.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TokenFlowException()
public TokenFlowException(String message, Throwable cause)
message - - the error message.cause - - the error cause.public TokenFlowException(String message)
message - - the error message.public TokenFlowException(Throwable cause)
cause - - the error cause.Copyright © 2023. All rights reserved.