com.eviware.soapui.support
Class SoapUIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.eviware.soapui.support.SoapUIException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AssertionException

public class SoapUIException
extends java.lang.Exception

General SoapUI exception class

Author:
Ole.Matzura
See Also:
Serialized Form

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

SoapUIException

public SoapUIException()

SoapUIException

public SoapUIException(java.lang.String message)

SoapUIException

public SoapUIException(java.lang.String message,
                       java.lang.Throwable cause)

SoapUIException

public SoapUIException(java.lang.Throwable cause)


Copyright © 2005 eviware.com. All Rights Reserved.