org.brickred.socialauth.exception
Class AccessTokenExpireException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.brickred.socialauth.exception.AccessTokenExpireException
All Implemented Interfaces:
Serializable

public class AccessTokenExpireException
extends Exception

See Also:
Serialized Form

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

Constructor Detail

AccessTokenExpireException

public AccessTokenExpireException()

AccessTokenExpireException

public AccessTokenExpireException(String message)
Parameters:
message -

AccessTokenExpireException

public AccessTokenExpireException(Throwable cause)
Parameters:
cause -

AccessTokenExpireException

public AccessTokenExpireException(String message,
                                  Throwable cause)
Parameters:
message -
cause -
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2014. All rights reserved.