public class InvalidTokenFormatComparison extends Exception
| Constructor and Description |
|---|
InvalidTokenFormatComparison()
Creates a new instance of the class
|
InvalidTokenFormatComparison(String customMesg)
Creates a new instance of the class
|
InvalidTokenFormatComparison(String token1,
String token2)
Creates a new instance of the class
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic InvalidTokenFormatComparison()
public InvalidTokenFormatComparison(String customMesg)
customMesg - The messagepublic String toString()
toString in class ThrowableObject.toString()Copyright © 2017. All Rights Reserved.