public class IOException extends JwtException
Constructor and Description |
---|
IOException(String msg)
Creates a new instance with the specified explanation message.
|
IOException(String message,
Throwable cause)
Creates a new instance with the specified explanation message and underlying cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IOException(String msg)
msg
- the message explaining why the exception is thrown.Copyright © 2014–2023 jsonwebtoken.io. All rights reserved.