org.apache.cxf.rs.security.oauth.provider
Class OAuthServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cxf.rs.security.oauth.provider.OAuthServiceException
- All Implemented Interfaces:
- Serializable
public class OAuthServiceException
- extends RuntimeException
Encapsulates OAuth-related problems
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OAuthServiceException
public OAuthServiceException(String message)
OAuthServiceException
public OAuthServiceException(Throwable cause)
OAuthServiceException
public OAuthServiceException(String message,
Throwable cause)
Apache CXF