org.apache.cxf.customer.book
Class BookNotFoundFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.cxf.customer.book.BookNotFoundFault
All Implemented Interfaces:
java.io.Serializable

@WebFault
public class BookNotFoundFault
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
BookNotFoundFault(BookNotFoundDetails details)
           
 
Method Summary
 BookNotFoundDetails getFaultInfo()
           
 
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

BookNotFoundFault

public BookNotFoundFault(BookNotFoundDetails details)
Method Detail

getFaultInfo

public BookNotFoundDetails getFaultInfo()


Apache CXF