2009-05-20 16:54:42 +02:00
|
|
|
package se.scalablesolutions.akka.api;
|
|
|
|
|
|
2009-07-23 20:01:37 +02:00
|
|
|
public class PersistentFailer implements Serializable {
|
2009-06-25 13:07:58 +02:00
|
|
|
public int fail() {
|
2009-05-20 16:54:42 +02:00
|
|
|
throw new RuntimeException("expected");
|
|
|
|
|
}
|
|
|
|
|
}
|