com.funambol.client.test
Class ClientTestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.funambol.client.test.ClientTestException
All Implemented Interfaces:
java.io.Serializable

public class ClientTestException
extends java.lang.Exception

Represent the generic exception thrown by the client test suite. The exception message is mandatory argument for the contructor, for this reason the default empty contructor has been locked as private

See Also:
Serialized Form

Constructor Summary
ClientTestException(java.lang.String message)
          The Exception contructor
 
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

ClientTestException

public ClientTestException(java.lang.String message)
The Exception contructor

Parameters:
message - is the exception message


Copyright © 2001-2009 Funambol.