org.ow2.weblab.core.services
Class ContentNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.weblab.core.services.ContentNotAvailableException
All Implemented Interfaces:
java.io.Serializable

@WebFault(name="contentNotAvailableMessage",
          targetNamespace="http://weblab.ow2.org/core/1.2/services/exception")
public class ContentNotAvailableException
extends java.lang.Exception

To be thrown when the content of a resource is needed and not available. This class was generated by the JAX-WS RI. JAX-WS RI 2.1.3-b02- Generated source version: 2.1

See Also:
Serialized Form

Constructor Summary
ContentNotAvailableException(java.lang.String message, java.lang.String faultInfo)
           
ContentNotAvailableException(java.lang.String message, java.lang.String faultInfo, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String 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

ContentNotAvailableException

public ContentNotAvailableException(java.lang.String message,
                                    java.lang.String faultInfo)
Parameters:
message -
faultInfo -

ContentNotAvailableException

public ContentNotAvailableException(java.lang.String message,
                                    java.lang.String faultInfo,
                                    java.lang.Throwable cause)
Parameters:
message -
faultInfo -
cause -
Method Detail

getFaultInfo

public java.lang.String getFaultInfo()
Returns:
returns fault bean: java.lang.String


Copyright © 2004-2010. All Rights Reserved.