FileDocCategorySizeDatePackage
ContextBookServiceException.javaAPI DocExample783Fri Oct 18 14:05:08 BST 2002ora.jwsnut.chapter6.contextbookservice

ContextBookServiceException

public class ContextBookServiceException extends Exception
A service-specific exception that reports problems while executing methods of the context-handling book web service.

Fields Summary
Constructors Summary
public ContextBookServiceException(String message)
Constructs a ContextBookServiceException with an associated message.

param
message a message describing the reason for the exception.

        super(message);
    
Methods Summary
public java.lang.StringgetMessage()
Gets the message associated with this exception.

return
the message describing the reason for the exception.

        return super.getMessage();