org.deepamehta.plugins.twitter
Class TwitterAPIException

Show UML class diagram
java.lang.Object
  extended by java.lang.Throwable
      extended by org.deepamehta.plugins.twitter.TwitterAPIException
All Implemented Interfaces:
Serializable

public class TwitterAPIException
extends Throwable

A very basic client for researching with the public Twitter Search API v1.1 and DeepaMehta 4.1.2

Version:
1.2
Author:
Malte Reißig ()
See Also:
Serialized Form

Field Summary
private  String message
           
private  javax.ws.rs.core.Response.Status status
           
 
Constructor Summary
TwitterAPIException(String message)
           
TwitterAPIException(String message, javax.ws.rs.core.Response.Status status)
           
 
Method Summary
 String getMessage()
           
 javax.ws.rs.core.Response.Status getStatus()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

status

private javax.ws.rs.core.Response.Status status

message

private String message
Constructor Detail

TwitterAPIException

public TwitterAPIException(String message,
                           javax.ws.rs.core.Response.Status status)

TwitterAPIException

public TwitterAPIException(String message)
Method Detail

getStatus

public javax.ws.rs.core.Response.Status getStatus()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2014. All Rights Reserved.