public class TokenException
extends java.lang.Exception
| Constructor and Description |
|---|
TokenException(java.lang.Exception encapsulatedException)
Constructor taking another exception to wrap.
|
TokenException(java.lang.String message)
Constructor taking an exception message.
|
TokenException(java.lang.String message,
java.lang.Exception encapsulatedException)
Constructor taking a message for this exception and another exception to
wrap.
|
public TokenException(java.lang.String message)
message - The message giving details about the exception to ease
debugging.public TokenException(java.lang.Exception encapsulatedException)
encapsulatedException - The other exception the wrap into this.public TokenException(java.lang.String message,
java.lang.Exception encapsulatedException)
message - The message giving details about the exception to ease
debugging.encapsulatedException - The other exception the wrap into this.Copyright © 2023. All rights reserved.