net.sourceforge.pebble.domain
Class BlogServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.pebble.PebbleException
              extended by net.sourceforge.pebble.domain.BlogServiceException
All Implemented Interfaces:
java.io.Serializable

public class BlogServiceException
extends PebbleException

The superclass for all blog-related exceptions.

Author:
Simon Brown
See Also:
Serialized Form

Constructor Summary
BlogServiceException(Blog blog, java.lang.Exception cause)
          Creates a new instance with the specified cause.
BlogServiceException(Blog blog, java.lang.String message)
          Creates a new instance with the specified message.
 
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

BlogServiceException

public BlogServiceException(Blog blog,
                            java.lang.String message)
Creates a new instance with the specified message.

Parameters:
blog - the Blog to which this exception applies
message - the message for the exception

BlogServiceException

public BlogServiceException(Blog blog,
                            java.lang.Exception cause)
Creates a new instance with the specified cause.

Parameters:
blog - the Blog to which this exception applies
cause - the causing Exception


Copyright © 2003-2006, Simon Brown. All Rights Reserved.