java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.exception.StoreException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidTokenException

public class StoreException extends RuntimeException
Thrown if there is a problem storing or loading values.
See Also:
  • Constructor Details

    • StoreException

      public StoreException(String message)
    • StoreException

      public StoreException(String message, Throwable cause)
    • StoreException

      public StoreException(Throwable cause)