com.xpn.xwiki.atom.lifeblog
Class LifeblogServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.xpn.xwiki.atom.lifeblog.LifeblogServiceException
All Implemented Interfaces:
java.io.Serializable

public class LifeblogServiceException
extends java.lang.Exception

Author:
Luis
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
LifeblogServiceException()
           
LifeblogServiceException(java.lang.String arg0)
           
LifeblogServiceException(java.lang.String arg0, java.lang.Throwable arg1)
           
LifeblogServiceException(java.lang.Throwable arg0)
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

LifeblogServiceException

public LifeblogServiceException()

LifeblogServiceException

public LifeblogServiceException(java.lang.String arg0)
Parameters:
arg0 -

LifeblogServiceException

public LifeblogServiceException(java.lang.String arg0,
                                java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

LifeblogServiceException

public LifeblogServiceException(java.lang.Throwable arg0)
Parameters:
arg0 -


Copyright 2003 Ludovic Dubost