org.springframework.social.core
Class SocialException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AccountNotConnectedException, MissingOAuthLibraryException, OperationNotPermittedException

public abstract class SocialException
extends java.lang.RuntimeException

Exception class that represents a problem from performing an operation on a social network provider (e.g. Twitter).

This exception class is abstract, as it is too generic for actual use. When a SocialException is thrown, it should be one of the more specific subclasses.

See Also:
Serialized Form

Constructor Summary
SocialException(java.lang.String message)
           
SocialException(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

SocialException

public SocialException(java.lang.String message)

SocialException

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