es.javocsoft.android.lib.toucan.client.response.exception
Class ResponseParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by es.javocsoft.android.lib.toucan.client.response.exception.ResponseParseException
All Implemented Interfaces:
Serializable

public class ResponseParseException
extends Exception

Version:
1.0 $$ $Author: jgonzalez $ $Date: 2015-04-22 17:35:47 +0200 (Wed, 22 Apr 2015) $
Author:
JavocSoft Team
See Also:
Serialized Form

Constructor Summary
ResponseParseException()
           
ResponseParseException(String message)
           
ResponseParseException(String message, Throwable cause)
           
ResponseParseException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResponseParseException

public ResponseParseException()

ResponseParseException

public ResponseParseException(String message)

ResponseParseException

public ResponseParseException(Throwable cause)

ResponseParseException

public ResponseParseException(String message,
                              Throwable cause)


Copyright © 2015-2016 JavocSoft. All Rights Reserved.