Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Add TRS and Store handlers
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <[email protected]>
  • Loading branch information
berezovskyi committed Nov 27, 2017
1 parent cb11ca9 commit 41b4311
Show file tree
Hide file tree
Showing 16 changed files with 537 additions and 334 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
* @since 0.14.0
*/
public class ModelUnmarshallingException extends Exception {
/**
*
*/
private static final long serialVersionUID = 7760792549346636219L;

public ModelUnmarshallingException() {
super();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
* @since 0.13
*/
public class StoreAccessException extends Exception {
/**
*
*/
private static final long serialVersionUID = -7535919324037847033L;

public StoreAccessException() {
super();
}
Expand Down
Loading

0 comments on commit 41b4311

Please sign in to comment.