info.bliki.api
Class MethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.bliki.api.NetworkException
              extended by info.bliki.api.MethodException
All Implemented Interfaces:
java.io.Serializable

public class MethodException
extends NetworkException

this Exception is thrown, when the underlying HttpClient throws an Exception

See Also:
Serialized Form

Constructor Summary
MethodException()
          Constructs a new exception with null as its detail message.
MethodException(java.lang.String message)
          Constructs a new exception with the specified detail message.
MethodException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
MethodException(java.lang.Throwable cause)
          Constructs a new exception with the specified cause and a detail message of (cause==null ?
 
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

MethodException

public MethodException()
Constructs a new exception with null as its detail message.


MethodException

public MethodException(java.lang.String message)
Constructs a new exception with the specified detail message.


MethodException

public MethodException(java.lang.String message,
                       java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.


MethodException

public MethodException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).



Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.