com.thalesgroup.hudson.plugins.xunit.exception
Class XUnitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.thalesgroup.hudson.plugins.xunit.exception.XUnitException
All Implemented Interfaces:
Serializable

public class XUnitException
extends Exception

See Also:
Serialized Form

Constructor Summary
XUnitException()
           
XUnitException(String message)
           
XUnitException(String message, Throwable cause)
           
XUnitException(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

XUnitException

public XUnitException()

XUnitException

public XUnitException(String message)

XUnitException

public XUnitException(String message,
                      Throwable cause)

XUnitException

public XUnitException(Throwable cause)


Copyright © 2004-2013. All Rights Reserved.