Skip to content

Commit 1492534

Browse files
committed
renamed PersistentOnlineConnection to ASAPSessionImpl. Much better name. Its implementation is partly still a mess. Never cleaned up after introducing transient messages. Anyway, postpone cleaning up until a serious problem comes up.
1 parent 9cd8758 commit 1492534

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/net/sharksystem/asap/ASAPSecurityException.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ public class ASAPSecurityException extends ASAPException {
44
public ASAPSecurityException() {
55
super();
66
}
7+
public ASAPSecurityException(Throwable cause) {
8+
super(cause);
9+
}
710
public ASAPSecurityException(String message) {
811
super(message);
912
}

0 commit comments

Comments
 (0)