Android
java.util.concurrent
public class

java.util.concurrent.BrokenBarrierException

java.lang.Object
java.lang.Throwable Serializable
java.lang.Exception
java.util.concurrent.BrokenBarrierException

Exception thrown when a thread tries to wait upon a barrier that is in a broken state, or which enters the broken state while the thread is waiting.

See Also

Summary

Public Constructors

            BrokenBarrierException()
Constructs a BrokenBarrierException with no specified detail message.
            BrokenBarrierException(String message)
Constructs a BrokenBarrierException with the specified detail message.
Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public BrokenBarrierException()

Constructs a BrokenBarrierException with no specified detail message.

public BrokenBarrierException(String message)

Constructs a BrokenBarrierException with the specified detail message.

Parameters

message the detail message
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48