ch.odi.justblog.api
Class ApiException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bych.odi.justblog.api.ApiException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthenticationFailedException

public class ApiException
extends java.lang.Exception

Signals a problem in the underlying weblog API.

Author:
oglueck
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ApiException(java.lang.String message)
           
ApiException(java.lang.String message, java.lang.Throwable cause)
           
ApiException(java.lang.Throwable cause)
           
 
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

ApiException

public ApiException(java.lang.String message)
Parameters:
message -

ApiException

public ApiException(java.lang.String message,
                    java.lang.Throwable cause)
Parameters:
message -
cause -

ApiException

public ApiException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2005 Ortwin Glück. All Rights Reserved.