Class OAuthServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cxf.rs.security.oauth2.provider.OAuthServiceException
All Implemented Interfaces:
Serializable

public class OAuthServiceException extends RuntimeException
Encapsulates OAuth-related problems
See Also:
  • Constructor Details

    • OAuthServiceException

      public OAuthServiceException()
    • OAuthServiceException

      public OAuthServiceException(String message)
    • OAuthServiceException

      public OAuthServiceException(String message, Throwable cause)
    • OAuthServiceException

      public OAuthServiceException(Throwable cause)
    • OAuthServiceException

      public OAuthServiceException(OAuthError error)
    • OAuthServiceException

      public OAuthServiceException(OAuthError error, Throwable cause)
  • Method Details