Class DataStoreException

  • All Implemented Interfaces:
    Serializable

    public class DataStoreException
    extends OAuthException
    Exception to be used when an error has occurred while interacting with the data store.
    See Also:
    Serialized Form
    • Constructor Detail

      • DataStoreException

        public DataStoreException​(String message)
        Builds an DataStoreException with a given message.
        Parameters:
        message - exception message
      • DataStoreException

        public DataStoreException​(String message,
                                  Exception cause)
        Builds an DataStoreException with a given message and cause.
        Parameters:
        message - Exception's message
        cause - Exception cause