Constructs a BookServiceException with an associated message.parammessage a message describing the reason for the exception. super(message);
BookServiceException
super(message);
Gets the message associated with this exception.returnthe message describing the reason for the exception. return super.getMessage();
return super.getMessage();