com.day.cq.collab.blog
Class BlogException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.day.cq.collab.blog.BlogException
All Implemented Interfaces:
Serializable

public class BlogException
extends Exception

BlogException is a generic exception for all failures in the blog API.

See Also:
Serialized Form

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

Constructor Detail

BlogException

public BlogException(String message)

BlogException

public BlogException(String message,
                     Throwable cause)

BlogException

public BlogException(Throwable cause)


Copyright © 2009 Day Management AG. All Rights Reserved.