com.sun.multicast.util
Class TestFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.multicast.util.TestFailedException
All Implemented Interfaces:
java.io.Serializable

public class TestFailedException
extends java.lang.Exception

Signals that a test failed. This should be used only in test code.

See Also:
Serialized Form

Constructor Summary
TestFailedException()
          Creates a TestFailedException with no detail message.
TestFailedException(java.lang.String s)
          Creates a TestFailedException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestFailedException

public TestFailedException()
Creates a TestFailedException with no detail message.

TestFailedException

public TestFailedException(java.lang.String s)
Creates a TestFailedException with the specified detail message.
Parameters:
s - the detail message


JavaTM Reliable MulticastTM Service version 1.1
Copyright (c) 2001, Sun Microsystems Laboratories, All rights reserved.