akka.actor
Class PreRestartException$

java.lang.Object
  extended by scala.runtime.AbstractFunction4<ActorRef,java.lang.Throwable,java.lang.Throwable,scala.Option<java.lang.Object>,PreRestartException>
      extended by akka.actor.PreRestartException$
All Implemented Interfaces:
java.io.Serializable, scala.Function4<ActorRef,java.lang.Throwable,java.lang.Throwable,scala.Option<java.lang.Object>,PreRestartException>

public class PreRestartException$
extends scala.runtime.AbstractFunction4<ActorRef,java.lang.Throwable,java.lang.Throwable,scala.Option<java.lang.Object>,PreRestartException>
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static PreRestartException$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
PreRestartException$()
           
 
Method Summary
 
Methods inherited from class scala.runtime.AbstractFunction4
curried, toString, tupled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Function4
apply
 

Field Detail

MODULE$

public static final PreRestartException$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

PreRestartException$

public PreRestartException$()