org.springframework.security.oauth.consumer
Class InvalidOAuthRealmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.access.AccessDeniedException
org.springframework.security.oauth.consumer.OAuthRequestFailedException
org.springframework.security.oauth.consumer.InvalidOAuthRealmException
- All Implemented Interfaces:
- Serializable
public class InvalidOAuthRealmException
- extends OAuthRequestFailedException
Thrown when a different realm appears to be the cause of the authorization failure.
- Author:
- Ryan Heaton
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidOAuthRealmException
public InvalidOAuthRealmException(String msg,
String requiredRealm)
getRequiredRealm
public String getRequiredRealm()
Copyright © 2013. All rights reserved.