com.pushtotest.testmaker.XSTest.client
Class TestNetworkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.pushtotest.testmaker.XSTest.client.TestNetworkException
All Implemented Interfaces:
java.io.Serializable

public class TestNetworkException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
TestNetworkException()
          Creates a new instance of TestNetworkException
TestNetworkException(java.lang.String theerr)
           
 
Method Summary
 java.lang.String getErrorMessage()
           
 void setErrorMessage(java.lang.String theerr)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestNetworkException

public TestNetworkException()
Creates a new instance of TestNetworkException


TestNetworkException

public TestNetworkException(java.lang.String theerr)
Method Detail

setErrorMessage

public void setErrorMessage(java.lang.String theerr)

getErrorMessage

public java.lang.String getErrorMessage()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable