1 | sclass UnpersistedException extends RuntimeException {
|
2 | PersistableThrowable original; |
3 | |
4 | *(PersistableThrowable original) {
|
5 | super(original.msg); |
6 | this.original = original; |
7 | } |
8 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023414 |
| Snippet name: | UnpersistedException |
| Eternal ID of this version: | #1023414/3 |
| Text MD5: | b42367d6f955492515ff8d4faa98682a |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-06-18 00:24:13 |
| Source code size: | 195 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 494 / 907 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |