Class TokenRotationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.slack.api.token_rotation.TokenRotationException
All Implemented Interfaces:
java.io.Serializable

public class TokenRotationException
extends java.lang.Exception
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    TokenRotationException​(java.lang.String message)  
    TokenRotationException​(java.lang.String message, java.lang.Throwable cause)  
  • Method Summary

    Modifier and Type Method Description
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.Throwable getCause()  
    java.lang.String getMessage()  
    int hashCode()  
    void setCause​(java.lang.Throwable cause)  
    void setMessage​(java.lang.String message)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getMessage

      public java.lang.String getMessage()
      Overrides:
      getMessage in class java.lang.Throwable
    • getCause

      public java.lang.Throwable getCause()
      Overrides:
      getCause in class java.lang.Throwable
    • setMessage

      public void setMessage​(java.lang.String message)
    • setCause

      public void setCause​(java.lang.Throwable cause)
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Throwable