Class ConsumerStoreException

  • All Implemented Interfaces:
    Serializable

    public class ConsumerStoreException
    extends net.oauth.OAuthException
    Indicates an error occurred loading or saving consumer data.
    Author:
    Samuel Padgett
    See Also:
    Serialized Form
    • Constructor Detail

      • ConsumerStoreException

        public ConsumerStoreException()
      • ConsumerStoreException

        public ConsumerStoreException​(String message,
                                      Throwable cause)
      • ConsumerStoreException

        public ConsumerStoreException​(String message)
      • ConsumerStoreException

        public ConsumerStoreException​(Throwable cause)