Skip to content

Commit

Permalink
OGM-701 Add exception for error during datastore configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD authored and gunnarmorling committed Jan 7, 2015
1 parent 5e03d10 commit 146263a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/main/java/org/hibernate/ogm/util/impl/Log.java
Expand Up @@ -242,4 +242,7 @@ public interface Log extends BasicLogger {

@Message(id = 71, value = "Unable to start datatore provider")
ServiceException unableToStartDatastoreProvider(@Cause Exception e);

@Message(id = 72, value = "Unable to configure datatore provider")
ServiceException unableToConfigureDatastoreProvider(@Cause Exception e);
}

0 comments on commit 146263a

Please sign in to comment.