org.springframework.social.core
Class AccountNotConnectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.social.core.SocialException
                  extended by org.springframework.social.core.AccountNotConnectedException
All Implemented Interfaces:
java.io.Serializable

public class AccountNotConnectedException
extends SocialException

Indicates a security-related error while performing an operation on a social network provider (updating a Twitter user's status without an OAuth access token, for example).

See Also:
Serialized Form

Constructor Summary
AccountNotConnectedException(java.lang.String message)
           
AccountNotConnectedException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccountNotConnectedException

public AccountNotConnectedException(java.lang.String message)

AccountNotConnectedException

public AccountNotConnectedException(java.lang.String message,
                                    java.lang.Throwable cause)