mirror of
https://github.com/Geprivilegieerde-Anonimiteit-BV/XACrypto.git
synced 2026-08-21 13:36:21 -04:00
@@ -17,7 +17,7 @@ public class XACryptoException extends Exception {
|
|||||||
}
|
}
|
||||||
public XACryptoException(String res, int iid) {
|
public XACryptoException(String res, int iid) {
|
||||||
super(res);
|
super(res);
|
||||||
this.id = iid;
|
this.id = iid & 0xFF;
|
||||||
}
|
}
|
||||||
public XACryptoException(String[] pnts, byte id){
|
public XACryptoException(String[] pnts, byte id){
|
||||||
super(String.join("|", pnts));
|
super(String.join("|", pnts));
|
||||||
|
|||||||
Reference in New Issue
Block a user