Package com.slack.api.token_rotation
Class TokenRotationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.slack.api.token_rotation.TokenRotationException
-
- All Implemented Interfaces:
Serializable
public class TokenRotationException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenRotationException(String message)TokenRotationException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)ThrowablegetCause()StringgetMessage()inthashCode()voidsetCause(Throwable cause)voidsetMessage(String message)StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-