Merging in master
This commit is contained in:
commit
7fc7e4d60c
43 changed files with 688 additions and 674 deletions
|
|
@ -19,7 +19,8 @@ import java.net.{InetAddress, UnknownHostException}
|
|||
*
|
||||
* @author <a href="http://jonasboner.com">Jonas Bonér</a>
|
||||
*/
|
||||
@serializable abstract class AkkaException(message: String) extends {
|
||||
@serializable abstract class AkkaException(message: String = "") extends RuntimeException(message) {
|
||||
import AkkaException._
|
||||
val exceptionName = getClass.getName
|
||||
val uuid = "%s_%s".format(AkkaException.hostname, newUuid)
|
||||
} with RuntimeException(message) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue