Class ConsumerStoreException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.oauth.OAuthException
org.eclipse.lyo.server.oauth.core.consumer.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:
  • Constructor Details

    • ConsumerStoreException

      public ConsumerStoreException()
    • ConsumerStoreException

      public ConsumerStoreException(String message, Throwable cause)
    • ConsumerStoreException

      public ConsumerStoreException(String message)
    • ConsumerStoreException

      public ConsumerStoreException(Throwable cause)
  • Method Details