org.springframework.security.oauth2.provider
Class NoSuchClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.oauth2.provider.ClientRegistrationException
org.springframework.security.oauth2.provider.NoSuchClientException
- All Implemented Interfaces:
- Serializable
public class NoSuchClientException
- extends ClientRegistrationException
- Author:
- Dave Syer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchClientException
public NoSuchClientException(String msg)
NoSuchClientException
public NoSuchClientException(String msg,
Throwable cause)
Copyright © 2013. All Rights Reserved.