akka.remote.testconductor
Class BarrierCoordinator.WrongBarrier

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by akka.remote.testconductor.BarrierCoordinator.WrongBarrier
All Implemented Interfaces:
BarrierCoordinator.Printer, java.io.Serializable, scala.Equals, scala.Product, scala.util.control.NoStackTrace
Enclosing class:
BarrierCoordinator

public static class BarrierCoordinator.WrongBarrier
extends java.lang.RuntimeException
implements scala.util.control.NoStackTrace, BarrierCoordinator.Printer, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
BarrierCoordinator.WrongBarrier(java.lang.String barrier, ActorRef client, BarrierCoordinator.Data data)
           
 
Method Summary
 java.lang.String barrier()
           
 ActorRef client()
           
 BarrierCoordinator.Data data()
           
 
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
 
Methods inherited from interface scala.util.control.NoStackTrace
fillInStackTrace
 
Methods inherited from interface akka.remote.testconductor.BarrierCoordinator.Printer
toString
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

BarrierCoordinator.WrongBarrier

public BarrierCoordinator.WrongBarrier(java.lang.String barrier,
                                       ActorRef client,
                                       BarrierCoordinator.Data data)
Method Detail

barrier

public java.lang.String barrier()

client

public ActorRef client()

data

public BarrierCoordinator.Data data()