Package com.totvs.tjf.security.fluig
Class RefreshTokenNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.totvs.tjf.security.fluig.RefreshTokenNotAvailableException
- All Implemented Interfaces:
Serializable
@ResponseStatus(code=BAD_REQUEST,
reason="Refresh token not available")
public class RefreshTokenNotAvailableException
extends Exception
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RefreshTokenNotAvailableException
public RefreshTokenNotAvailableException()
-