com.iphrase.runtime.exception
Class WebServiceError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.iphrase.runtime.exception.GeneralError
                    |
                    +--com.iphrase.runtime.exception.WebServiceError
All Implemented Interfaces:
java.io.Serializable

public class WebServiceError
extends GeneralError

Exception class thrown for web service failures.

See Also:
Serialized Form

Constructor Summary
WebServiceError(java.lang.String s)
          Construct a WebServiceError exception from a detail message.
 
Methods inherited from class com.iphrase.runtime.exception.GeneralError
getCause, setCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebServiceError

public WebServiceError(java.lang.String s)
Construct a WebServiceError exception from a detail message.
Parameters:
s - String detail message

© Copyright 2005, 2006. IBM Corporation. All rights reserved.