Creates a new instance of RepositoryException with the specified
message and cause.
Parameters: aMessage - String describing this exception. Parameters: aCause - Throwable which represents an underlying problem(or null).
Creates a new instance of RepositoryException with the specified cause.
Parameters: aCause - Throwable which represents an underlying problem(or null).